shetlandbob
Programmer
Hi again,
thanks for all the help so far.
Here's another one:
I've got a class which is set up and at the launch of my program I want to set up the following
Class myClass[MAX_NO_OF_CLASS];
However if I have the MAX_NO_OF_CLASS to high then the program crashes on launch with the following message:
Unhandled exception at 0x00420305 in Program.exe: 0xC00000FD: Stack overflow.
I've done a lot of testing of the program and checked my memory usage, its not very high so far, no way near the limit of my computer.
Any ideas on how I can get round this? As I havn't finished setting up my Class yet so I'm going to get into serious bother if I cant fix it.
Cheers
thanks for all the help so far.
Here's another one:
I've got a class which is set up and at the launch of my program I want to set up the following
Class myClass[MAX_NO_OF_CLASS];
However if I have the MAX_NO_OF_CLASS to high then the program crashes on launch with the following message:
Unhandled exception at 0x00420305 in Program.exe: 0xC00000FD: Stack overflow.
I've done a lot of testing of the program and checked my memory usage, its not very high so far, no way near the limit of my computer.
Any ideas on how I can get round this? As I havn't finished setting up my Class yet so I'm going to get into serious bother if I cant fix it.
Cheers