Re: wxEuphoria 0.12.1 Released
- Posted by achury Jan 11, 2009
- 950 views
In general everything runs well on WinXP and EU4.0, I found some small faults:
wxeud.e some procedures uses "label" as variable name, this is a reserved word on Eu4.0, so simply renaming as "label2" this problem is solved.
/demo/wrapped.exw: On procedure main you define files as integer (line 61), line 65 crash when dir returns -1 (no "wx?*.cpp" file present).
Missing file tbar_xpm.e called from /demo/xpm_demo, tree_list_demo.exw and toolbar_notebook_grid
Missing file and xpm_icons.e called from /demo/wizard.e
Missing file hash.e called from mult_makedoc.exw