1. Where do I find wxEuphoria.e?
- Posted by SteveW Nov 23, 2008
- 1178 views
I'm a newby just trying out Euphoria.
I've downloaded wxEuphoria because I want to be cross-platform, but when I try to run wxIDE I get an error message saying 'can't find wxEuphoria.e'
I've checked the zip file I downloaded and this file is not included, can anybody tell me where to get it?
Thanks. Steve
2. Re: Where do I find wxEuphoria.e?
- Posted by mattlewis (admin) Nov 23, 2008
- 1245 views
I'm a newby just trying out Euphoria.
I've downloaded wxEuphoria because I want to be cross-platform, but when I try to run wxIDE I get an error message saying 'can't find wxEuphoria.e'
I've checked the zip file I downloaded and this file is not included, can anybody tell me where to get it?
The last released version of wxIDE uses wxEuphoria v0.8 (v0.9 probably works, too):
http://sourceforge.net/project/showfiles.php?group_id=73684&package_id=73795
Matt
3. Re: Where do I find wxEuphoria.e?
- Posted by SteveW Nov 23, 2008
- 1182 views
Thank you, but now I'm getting the error message: 'The wxEuphoria library "wxeu.dll" could not be opened.'
I have used the installer for wxWidgets but the libraries included (which I've put in the same directory as the interpreter) were: libwxeu.dll and wxmsw28u_wat_eu.dll
Where can I get wxeu.dll?
Thanks. Steve
4. Re: Where do I find wxEuphoria.e?
- Posted by SteveW Nov 23, 2008
- 1212 views
Sorry, you can ignore that last question - it was right in front of my eyes.
Steve
5. Re: Where do I find wxEuphoria.e?
- Posted by ghaberek (admin) Nov 26, 2008
- 1151 views
Also, the include file is wxeud.e now. It used to be wxEuphoria.e back in the day.
-Greg