1. Euphoria 4 beta 1 bugs
- Posted by FredRansom Aug 19, 2009
- 845 views
I have been playing with Euphoria 4 beta 1.
I changed a variable name in win32lib so that it compiles OK. However, I forgot which variable it was.
Judith's euVIDE works fine if you change the name of euiw.exe to exw.exeI made a copy so both are present.
I ran into some problems:
Compile times are VERY long.
In unbound code, changing the mouse pointer causes the euiw.exe to hang. I used setMousePointer ( {FileHunterWindow}, WaitPointer ) and restoreMousePointer( {FileHunterWindow} ). Both caused the program to hang. (The program runs fine under Euphoria 3.)
In bound code, which is rather large, I get the following error:
c:\euphoria\win32lib\include\w32msgs.e:326 in procedure Init_UI_Msgs() A machine-level exception occurred during execution of this statement <no-name> = <no value> <no-name> = 2
Global & Local Variables
I hope this helps with debugging the beta and improving win32lib.