EDN Admin
Well-known member
Hello All,<br/>
Im developing my MFC application(name abc) in VC++ (visual studio 2008)<br/>
When I click close button it gives<br/>
"abc.exe has triggered a breakpoint". and it will point to this code of line #undef _CrtDbgBreak<br/>
<br/>
/* These methods dont need a separate<br/>
wchar version. Hence they need to be compiled only once from<br/>
the original file */<br/>
<br/>
_CRTIMP void _cdecl _CrtDbgBreak(<br/>
void<br/>
)<br/>
{<br/>
DebugBreak(); //cursor point to this line<br/>
} in dbgrptt.c<br/>
I am using some dll in my application through function pointer.<br/>
<br/>
Please suggest.<br/>
<br/>
View the full article
Im developing my MFC application(name abc) in VC++ (visual studio 2008)<br/>
When I click close button it gives<br/>
"abc.exe has triggered a breakpoint". and it will point to this code of line #undef _CrtDbgBreak<br/>
<br/>
/* These methods dont need a separate<br/>
wchar version. Hence they need to be compiled only once from<br/>
the original file */<br/>
<br/>
_CRTIMP void _cdecl _CrtDbgBreak(<br/>
void<br/>
)<br/>
{<br/>
DebugBreak(); //cursor point to this line<br/>
} in dbgrptt.c<br/>
I am using some dll in my application through function pointer.<br/>
<br/>
Please suggest.<br/>
<br/>
View the full article