Is there a way to set the stacksize from within a process? I need a way to set the stacksize other than stack cookie, because I need it to be set from within a shared object (adding a stack cookie to the shared object doesn't work). I have tried
IDOS->System("stack 2000000", TAG_DONE);
but it doesn't seem to work. Help!
Mon, 2012-04-09 19:41
#1
stack size