A
Alex Lu
Hi,
I am new to vc++.net programming ,while I use exit(0) statement on
button click event , it is OK,
but when I use exit(0) statement on menu click event, there will be a debug
error,could anybody tell
me why?
_CRTIMP void _cdecl _CrtDbgBreak(
void
)
{
DebugBreak();
}
Alex
I am new to vc++.net programming ,while I use exit(0) statement on
button click event , it is OK,
but when I use exit(0) statement on menu click event, there will be a debug
error,could anybody tell
me why?
_CRTIMP void _cdecl _CrtDbgBreak(
void
)
{
DebugBreak();
}
Alex