Problem in executing Release version of code
-
I have an MFC application with two threads built in Visual Studio 6.0. The debug version is running fine. But the Release version is giving an error. Access violation in OxC000005(NTDLL.DLL):Access Denied. Is this a problem which has arised due to the build settings or can it be due to the code??
-
I have an MFC application with two threads built in Visual Studio 6.0. The debug version is running fine. But the Release version is giving an error. Access violation in OxC000005(NTDLL.DLL):Access Denied. Is this a problem which has arised due to the build settings or can it be due to the code??
Surviving the Release[^] is certainly the best article I read over here about such problems arising when migrating to Release mode compilations...
[VisualCalc][Binary Guide][CommDialogs] | [Forums Guidelines]
-
I have an MFC application with two threads built in Visual Studio 6.0. The debug version is running fine. But the Release version is giving an error. Access violation in OxC000005(NTDLL.DLL):Access Denied. Is this a problem which has arised due to the build settings or can it be due to the code??
the usual error is an uninitialized variable or pointer (NULL)
-
Surviving the Release[^] is certainly the best article I read over here about such problems arising when migrating to Release mode compilations...
[VisualCalc][Binary Guide][CommDialogs] | [Forums Guidelines]