Hi
I'm trying to compile an executable which contains many large arrays. The same program when using smaller ranges for arrays works fine. Does anybody know:
what the maximum stack size is?
why i keep getting a 'file.exe is not a valid win32 application' when I try to run the (successfully) compiled executable (rather than an 'out of memory' error if it is because the stack is too small)?
Thanks Si