Dear GPC Users,
I'm trying to force the operating system to give my Pascal code a 2-MByte stack so I can solve a problem with a recursive routine. I have tried:
const {for recursive routines} minstacksize: cardinal = 2000000; attribute (name = '_stklen');
But that does not appear to work. Perhaps I am not trying hard enough. Am I on the right track?
Yours, Kevan