In my application I needed to increase one of the fields within a structure from 256 to 4096 (char array), now this structure is part of an array, typical size is 1024 elements.
I get some funny results from enumerated data.
I was wondering if they are any compiler options to increase the stacks etc for this large amount of data.
I am using Visual Studio 2005 MFC C++ Dialog application.
Do I need to worry, or is it just a bug in my program?
Porto.
I get some funny results from enumerated data.
I was wondering if they are any compiler options to increase the stacks etc for this large amount of data.
I am using Visual Studio 2005 MFC C++ Dialog application.
Do I need to worry, or is it just a bug in my program?
Porto.