wxEuphoria
- Posted by ChrisB (moderator) Dec 14, 2009
- 1233 views
Hi (Matt)
Switching from SuSE to Xubuntu (currently 8.10), playing with wxEuphoria again. Running any wxEu demo, get the following error
crylex@S1-x810:/eueui all_demos.exw
/home/crylex/euphoria/wxEuphoria_0_12_2/include/wxeud.e:3755 in function callProc() A machine-level exception occurred during execution of this statement
^ call-back from external source
... called from all_demos.exw:430
here's the offending function in wxeud.e
function callProc( atom rid ) call_proc( rid, get_the_object() ) return 0 end function constant callProcCB = call_back('+' & routine_id("callProc"))
have ensured got the latest wx 2.8 libs, anything else?
Chris