1. Installing wxeuphoria on a windows xp 32 bit system.
- Posted by ChrisB (moderator) Sep 09, 2013
- 1500 views
Hi (Matt)
I have just tried installing wxeuphoria from you sourceforge site.
The 'full' installation does not contain the wat-xxxx.dll, whereas the 'binary' distribution does. (as well as the wxeu.dll).
Chris
2. Re: Installing wxeuphoria on a windows xp 32 bit system.
- Posted by ghaberek (admin) Sep 09, 2013
- 1509 views
Hi (Matt)
I have just tried installing wxeuphoria from you sourceforge site.
The 'full' installation does not contain the wat-xxxx.dll, whereas the 'binary' distribution does. (as well as the wxeu.dll).
Chris
Matt's last release of wxIDE actually includes a bleeding-edge version of wxEuphoria. I suggest using that. Just put the DLL files in C:\euphoria\bin and the include file into C:\euphoria\include\wxeu.
http://sourceforge.net/projects/wxeuphoria/files/wxIDE/v0.8.2/
-Greg
3. Re: Installing wxeuphoria on a windows xp 32 bit system.
- Posted by Dr_Who Sep 10, 2013
- 1368 views
Hi (Matt)
I have just tried installing wxeuphoria from you sourceforge site.
The 'full' installation does not contain the wat-xxxx.dll, whereas the 'binary' distribution does. (as well as the wxeu.dll).
Chris
Matt's last release of wxIDE actually includes a bleeding-edge version of wxEuphoria. I suggest using that. Just put the DLL files in C:\euphoria\bin and the include file into C:\euphoria\include\wxeu.
http://sourceforge.net/projects/wxeuphoria/files/wxIDE/v0.8.2/
-Greg
Would that work for linux too? Just placin the files in the directories you mention? Without the whole c:\ part of course
4. Re: Installing wxeuphoria on a windows xp 32 bit system.
- Posted by ChrisB (moderator) Sep 11, 2013
- 1318 views
Hi (Matt)
I have just tried installing wxeuphoria from you sourceforge site.
The 'full' installation does not contain the wat-xxxx.dll, whereas the 'binary' distribution does. (as well as the wxeu.dll).
Chris
Matt's last release of wxIDE actually includes a bleeding-edge version of wxEuphoria. I suggest using that. Just put the DLL files in C:\euphoria\bin and the include file into C:\euphoria\include\wxeu.
http://sourceforge.net/projects/wxeuphoria/files/wxIDE/v0.8.2/
-Greg
Would that work for linux too? Just placin the files in the directories you mention? Without the whole c:\ part of course
Hi
The include file yes, the .so binary file no. That has to be put in your library path, which is usually /usr/lib or /ur/local/lib . I would also argue that on windows the dll needs to be put in c:\windows\system32 - this seems to be a roughly equivalent location to Linux, or if you distribute the program, then include the dll in the program directory, but if you distribute the program for Linux, then make sure the installation program puts the .so in the library path.
BTW Greg, thanks for the bleeding edge heads up.
Chris