Re: debug dll not working
Quote:
Originally Posted by
sujan.dasmahapatra
//////////////////////////////////////////
debug assertion failed.
program:
file: f:\dd\cvtools\vc7libs\ship\atlmfc\src\mfc\appcore.cpp
line: 451
For more information on how your program can cause assertion failure, see visual c++ documentation on asserts
(Please retry to debug the application)
//////////////////////////////////////////
So, did you retry to debug the application? If not then why? :confused:
Press the Retry button to see what happend in the appcore.cpp file around line: 451.
Re: debug dll not working
So that means that you have a bug that the debug build helps you catch. Lucky you! It's more often the other way around.