FILE * __cdecl _getstream
I'm calling an fopen and it keeps crashing.
AfxMessageBox("getting here 1");
FILE * filePtr = fopen(fileName, ("rb") );
AfxMessageBox("getting here 2");
For some reason I never get to the second messagebox. What makes it more interesting is that in debug mode the app works perfectly.. Most frustrating..