Hi All,

My program just crashes in release mode. I had one .cpp file which contains a gaint array data. I link this array data using extern global variable.

It was compiling fine and was giving crash in release mode. When I debugged, it's this array data giving the crash. But when I click AddExistingItem and once again added this file into the project, crash is not happening. What's the problem ?