Home > Software engineering >  MFC application runtime errors
MFC application runtime errors

Time:10-11

Vs2010 write MFC dialog application (network communication using CSocket class), the program in the process of running a pop-up error (pictured), but the program can continue to run (communication is also good), also can continue to run after click suspend, consult what reason is this?

CodePudding user response:

Collapsed in the pop-up dialog box, press the corresponding button to enter debugging press Alt + 7 key to view the Call Stack, namely "the Call Stack" from the inside to the following out of from the inner to outer function Call history, double-click a row to the cursor to the Call of the source code or assembly instruction, don't understand when double click on the next line, until we can read ,

CodePudding user response:

I guess what is probably wrong configuration file

CodePudding user response:

Directly to view the corresponding line number, error message prompt error of the corresponding statements, should be a variable has a problem

CodePudding user response:

The Debug mode, open the call stack, the function call stack, find the error function call ~
  • Related