|
Post by persil on Mar 18, 2005 2:49:26 GMT
I have a problem. When I compile source, that takes 4MB (it compiled such source size before) in "Protean" IDE (Output) it writes: Parsing... Generating... Translating... but not Assembling...
I just added a little changes to the code, that should be compiled. In general Protean was writing: Parsing... Generating... Translating... Assembling... and was making .exe file
But now it doesn't even writes any errors, it just don't create .exe! I've also tried to compile source with Blitz 3D IDE. Source was made in Blitz 3D, using Protean.
Did anyone know what causes the problem? Is there a limit for "Global" variables? Is there a limit for local variables? Is there a limit for source size?
I thought it's a bug connected with too many local (not Global) variables, but it's not.
Thought too big maintenance of Labels (.Text), but not too. So whats the problem?! I Shall repeat: It doesn't writes any errors.
Also I've organized check for the size of an initial code. I've created an "empty" code consisting of local variables about 39 mbyte. Compiling. All without problems.
The version runtime 1.89
If anyone know what can causes the problem please help! Thx.
|
|
Snaz
New Member
Posts: 1
|
Post by Snaz on Mar 18, 2005 14:40:19 GMT
Well, before you make the .exe, try disabling the debuggger....I had this problem too, and it works fine now
|
|