Hello!
I am facing this strange problem while executing my project. The project compiles fine in both Release and Debug builds. But when I checked two binaries with Dependency Walker, I found that debug build wasnt getting linked to MSVCR80.dll.
Thus although both get build gets compiled successfully, only release builds executes and debug build fails.
I explicitely tried to link MSVCRTD.LIB. Dependency Walker doesnt throw any error. But again Debug build fails.
Where am I goin wrong??
Thanks in advance..
I am facing this strange problem while executing my project. The project compiles fine in both Release and Debug builds. But when I checked two binaries with Dependency Walker, I found that debug build wasnt getting linked to MSVCR80.dll.
Thus although both get build gets compiled successfully, only release builds executes and debug build fails.
I explicitely tried to link MSVCRTD.LIB. Dependency Walker doesnt throw any error. But again Debug build fails.
Where am I goin wrong??
Thanks in advance..
Comment