Re: Windows, memstructs, win32lib, IDE
- Posted by mattlewis (admin) Aug 27, 2012
- 1414 views
Matt,
Not sure if I have done this right but I downloaded your eubins and installed in c:\euphoria4, added the win32lib (renamed from the dated-name you used) and the ide (similarly renamed). The IDE started with the usual long delay, put up its startup window then crashed:
C:\Euphoria4\ide\Includes\IDE_code.ew:2363 in procedure Resize_CodeWin() variable Code_R1 has not been assigned a valueHave I done something weird or is ithis an actual "error"!
I've changed the initialization code a bit, and I've also been testing in WINE. It sounds like some event is firing before something critical has been initialized. It's a bit more dynamic, with different sections identifying their dependencies (rather than relying on the order in which files are included). Ultimately, this simplified a lot of things, but it's obviously not quite there yet.
Could you please post the stack trace into a pastey? All of the variable data probably isn't necessary, but the call stack should help me identify what isn't getting initialized properly.
Matt