1. Error using Euphoria 3.1.1 with Windows 7
- Posted by dcole Jan 20, 2012
- 1612 views
Hello,
When I type from the command line,
ecw -wat E:\Euphoria\ascii\RGBview.exw
I get:
'wcc386' is not recognized as an internal or external command, operable program or batch file.
'wlink' is not recognized as an internal or external command, operable program or batch file.
Any help appreciated,
Don Cole
2. Re: Error using Euphoria 3.1.1 with Windows 7
- Posted by DerekParnell (admin) Jan 20, 2012
- 1596 views
Hello,
When I type from the command line,
ecw -wat E:\Euphoria\ascii\RGBview.exw
I get:
'wcc386' is not recognized as an internal or external command, operable program or batch file.
'wlink' is not recognized as an internal or external command, operable program or batch file.
Any help appreciated,
Don Cole
- Do you have the watcom compiler installed?
- Is the watcom bin folder in the system's PATH?
3. Re: Error using Euphoria 3.1.1 with Windows 7
- Posted by kenneth Jan 20, 2012
- 1616 views
- Is the watcom bin folder in the system's PATH?
Of openWatcom's many bin folders, wcc386 is in binnt.
4. Re: Error using Euphoria 3.1.1 with Windows 7
- Posted by dcole Jan 29, 2012
- 1460 views
Thank you, Derek and kenneth,
All was working well with XP. I'll have to check my Windows 7 setting and get back to you.
Sorry I'm late returning your posts. I've had some other issues.
Don Cole
5. Re: Error using Euphoria 3.1.1 with Windows 7
- Posted by dcole Jan 31, 2012
- 1292 views
Thank you, Derek and kenneth,
You both were right. I had Watcom in a different drive than the path pointed to.
Again thanks, Don Cole