Re: Windows, memstructs, win32lib, IDE - round 2
- Posted by mattlewis (admin) Aug 28, 2012
- 1355 views
AndyDrummond said...
Matt, Two curious problems with your version of the IDE:
- Sometimes the IDE.exw won't apparently run. Sometimes nothing seems to happen, sometimes I get the splash screen, then nothing, other times it just starts up. Odd.
- If I try and edit the Options, and save, it locks up. The amount of RAM being allcoated to the interpreter goes up by about 2k per second, and the program absorbs all the cpu time it can - 25% on my machine. So it is in a dreaded loop!
I mention these merely for information...
Thanks for letting me know. I haven't seen this behavior, but perhaps adding some with trace / trace(3) would help find the problem. This slows it down, of course. Also note that in 4.1, you can specify a longer ctrace.out file with the -trace-lines switch.
Also, I started trying to compile it, but found some bugs in the parser which I haven't fixed yet. But at least I know they're there.
Matt