wxIDE Execution Failing
- Posted by tbohon Jan 31, 2011
- 1114 views
Not sure what to do next so thought I'd ask.
I've been trying to learn wxEuphoria and to that end downloaded and installed the package. I also downloaded and installed the wxIde package which has been updated for OpenEuphoria v4.0.
wxEuphoria itself works fine - I can write the code in Notepad, save it, double click the saved .exw file and it executes flawlessly (I'm loving wxWidgets by the way ...)
However when I load the same code into wxIde and click the 'Run' button I receive the following error:
Execution of command 'exw "C:\euwork\test\test2.exw"' failed. (error 2: the system cannot find the file specified)
Note that the test2.exw file is the same one I can run by double-clicking it in Windows.
Any thoughts on how I've screwed up the configuration/path/fabric of the universe?
Tnx.
Tom