1. wxEuphoria 0.12.0 Official Released for Win32
- Posted by ghaberek (admin) Dec 16, 2008
- 1161 views
It's been exactly eleven months since the last (beta) release. I've got Win32 all up and running, all official and whatnot. I'll have Linux out this week (I just have to build everything and package it).
Get it here: wxeu-win32-0-12-0.zip (3.2 MB)
-Greg
2. Re: wxEuphoria 0.12.0 Official Released for Win32
- Posted by DanM Dec 16, 2008
- 1142 views
Great, I'll get it now & check it out!
Dan
3. Re: wxEuphoria 0.12.0 Official Released for Win32
- Posted by DanM Dec 17, 2008
- 1133 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
4. Re: wxEuphoria 0.12.0 Official Released for Win32
- Posted by ghaberek (admin) Dec 17, 2008
- 1123 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)
I found a bug in my automatic export utility that caused some routines to get skipped (such as load_html_file). I've fixed this and update the release accordingly. Please re-download the file above and copy the new libwxeu.dll file in place of your current one.
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?
You've done nothing wrong, technically. The file should be wxmsw28u_wat_eu.dll, don't worry about the "custom" name. I just haven't updated the docs yet. Thanks for catching that.
The simplest installation is to place wxeud.e in your %EUDIR%\INCLUDE directory, and place both DLLs in your %EUDIR%\BIN directory, or anywhere else in your PATH environment variable (such as C:\WINDOWS\system32).
-Greg
5. Re: wxEuphoria 0.12.0 Official Released for Win32
- Posted by DanM Dec 17, 2008
- 1118 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)
I found a bug in my automatic export utility that caused some routines to get skipped (such as load_html_file). I've fixed this and update the release accordingly. Please re-download the file above and copy the new libwxeu.dll file in place of your current one.
ok, will do.
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?
You've done nothing wrong, technically. The file should be wxmsw28u_wat_eu.dll, don't worry about the "custom" name. I just haven't updated the docs yet. Thanks for catching that.
oh, good!
The simplest installation is to place wxeud.e in your %EUDIR%\INCLUDE directory, and place both DLLs in your %EUDIR%\BIN directory, or anywhere else in your PATH environment variable (such as C:\WINDOWS\system32).
-Greg
Yeah, I should have done it the simpler way.
Thanks!
Dan
6. Re: wxEuphoria 0.12.0 Official Released for Win32
- Posted by ghaberek (admin) Dec 18, 2008
- 1122 views
- Last edited Dec 19, 2008
I've built and posted the Linux releases. I have no idea how to build deb or rpm packages, otherwise I'd put those up, too. Matt said he'd build the FreeBSD releases. Though, I suppose I could put together a VM for that...
-Greg