How to disable this?
#1

Header size: 13636 bytes
Code size: 2775264 bytes
Data size: 6015324 bytes
Stack/heap size: 32768 bytes; estimated max. usage: unknown, due to recursion
Total requirements: 8836992 bytes
Reply
#2

#pragma dynamic 8291
Reply
#3

It still shows
Reply
#4

you got another problem, the recursion. check out if any functions are calling themselfes, maybe its in some loops, i rarely get this "warning"
as soon you terminated the recursion, the real usage of the stack/heap will showup. to raise this limit, simply add this to the compiler setting:
Код:
-S65536
the 65k is a bit huge, but it works fine for me yet...
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)