1. wxIDE Execution Failing
- Posted by tbohon Jan 31, 2011
- 1115 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:
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
2. Re: wxIDE Execution Failing
- Posted by mattlewis (admin) Jan 31, 2011
- 1105 views
However when I load the same code into wxIde and click the 'Run' button I receive the following error:
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?
The issue is really that wxIDE is trying to use exw.exe instead of euiw.exe, so that aspect hasn't been updated yet. You can, however, configure an optional interpreter to use.
Select the Options -> More menu, and you can set up eui.exe to be used when you click F6.
Matt
3. Re: wxIDE Execution Failing
- Posted by tbohon Jan 31, 2011
- 1043 views
Thanks Matt - will do.
Appreciate it Tom