wxWidgets crash
- Posted by mb7001 Feb 19, 2015
- 1595 views
Hello all,
I am getting a machine level crash when running wxEuphoria v 0.17.0 and Euphoria version 4.0.5. This is the error:
C:\euphoria4.0\myprograms\Windows Tutorial\wXHelloWorld.exw:9 in procedure onPaint_HelloWin() A machine-level exception occurred during execution of this statement (signal 5) this = <no value> event = <no value> it = <no value> event_type = <no value> ^^^ call-back from Windows ... called from C:\euphoria4.0\include\wxeud.e:8038 in procedure wxMain() topWindow = 10451416 ... called from C:\euphoria4.0\myprograms\Windows Tutorial\wXHelloWorld.exw:12
The error does not occur when running some demos from wxEuphoria, but does seem to occur when using the onPaint routine.
I am using Windows Vista Business, Service Pack 3, 32 bit OS. The demo that I tried in wxEuphoria that worked was about.exw and calendar.exw. Also I tried the bench_draw.exw and it worked once, now I am getting a similar error. Please help and thank you.