Posts: 2,286
Threads: 18
Joined: Jun 2010
Quote:
Originally Posted by Nero_3D
This "warning" appears if the compiler detects a collision of stack and heap
They share the same memory block by default 16 kB (4096 cells)
If they collide, data from the other section will be overwritten
|
Actually, I'm pretty sure that warning is because of too much memory assigned to the stack/heap.