Using Win32Lib-IDE with Euphoria 4.0 (Alpha)
- Posted by euphoric (admin) Oct 03, 2008
- 1550 views
Here are the required changes to run Win32Lib IDE with Euphoria 4.0:
First, copy the Euphoria 3.x include files into the Euphoria 4.0 include folder.
Then make changes to these files:
File | lines | change |
ide.exw | 2855 to 2904 | change integer variable 'continue' to 'iContinue' |
ide_config.ew | 473 to 480 | change sequence variable 'entry' to 'sEntry' |
ide_draw.ew | 213 to 467 | change sequence variable 'entry' to 'sEntry' |
ide_syntax.ew | 835 to 843, 1817 to 1825, 2176 to 2184 | change loop variable 'loop' to 'iloop' |
This allows Win32Lib-IDE to run translated. However, when I bind it, it crashes and gives me an empty ex.err. Somebody should look into that one.