Wed, 18 Jun 1902 08:00:00 GMT
Stack-Management
Hi, I need urgent help for a kind of curious problem. I use the TurboPascal 6.0 compiler. I have written a program and everything works fine, if it runs under Win95. But when I try to run it under MS-Dos I'll get a runtime-error 202. (The stack-limit was set to 65520). Does anybody know the reason for this behaviour? And how can I fix this error? I think can't extend the limit of the stack, can I? So what I'll hav to do is to save the current stack, clear it up, execute some routines and restore it afterwards. Can anyone tell me how this could be done? Is there an easier way to solve this problem (maybe using another compiler) ? Thanks for any help. Ingo
|