debug error occured while use exit(0) statemnt on click menu

  • Thread starter Thread starter Alex Lu
  • Start date Start date
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
 
Back
Top