Re: wxEuphoria 0.12.0 Official Released for Win32
- Posted by DanM Dec 17, 2008
- 1134 views
I've installed version 12, but I'm having trouble with its html.exw demo.
It returns failure:
C:\Programming\EUPHORIA\Libraries\wxEuphoria\include\wxeud.e:11506 in procedure load_html_file() c_proc/c_func: bad routine number (-1)
When I upgraded from version 11 to 12,
1. in my directory "wxEuphoria", I moved all of the contents to a sub-folder version 11;
2. I copied the unzipped version 12 into "wxEuphoria" folder;
3. I copied "wxEuphoria\bin\libwxeu.dll", and the other dll in the ver12 bin folder, "wxmsw28u_wat_eu.dll" into Euphoria bin folder (even though the v12 install.txt says to copy "wxmsw28_wat_custom.dll" there, since it was already there from ver11 install, and there is no "wxmsw28_wat_custom.dll" in ver12 bin).
What have I done wrong?
Dan