Home > Software engineering >  VS2010 collapse
VS2010 collapse

Time:11-02

Use MFC to write a interface, debugging is no problem, but the code suddenly appeared in more than two hundred errors, I write this check also didn't find any questions , excuse me somebody in this situation

CodePudding user response:

File has not visible characters, etc., try to delete

CodePudding user response:

reference 1st floor oyljerry response:
file are not visible characters, etc, try to delete

I don't know what to delete characters, because there is no problem, before the program has been the equivalent of a open and so today, after I restart the computer, the computer boot load something before, and I don't know this have relations, and then I put the file to my friend let him help me to debug, the results appeared that the result of
What is the meaning of this

CodePudding user response:

Compile error depends on the specific message

VS error program may be a project some data errors, can clean up again after open a try, and if there is an error that can disable VS intellisense
In the Tools - Options - Text Editor - C/C + + - Advanced - IntelliSense - Disable IntelliSense choose TRUE

1123 should be because the system LINK failure.net update, cause VS some components are not compatible, can from the system directory replication cvtres. Exe to VS program covering, the two problems I just is met

CodePudding user response:

Try to project the compilation

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:

refer to the second floor qq_23009835 response:
Quote: refer to 1st floor oyljerry response:

File has not visible characters and so on, try to delete

I don't know what to delete characters, because there is no problem, before the program has been the equivalent of a open and so today, after I restart the computer, the computer boot load something before, and I don't know this have relations, and then I put the file to my friend let him help me to debug, the results appeared that the result of
What is the meaning of this

This is because you have updated the system, cvtres. Exe this program also changed, the solution can see here: http://blog.csdn.net/zengraoli/article/details/39081901

CodePudding user response:

reference 5 floor zhao4zhong1 reply:
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, until can read ,

VS jump, also can see the stack?

CodePudding user response:

Use WinDbg load "C: \ Program Files \ Microsoft Visual Studio 10.0 \ Common7 \ IDE \ devenv exe", such as VS jumped down, to see the inside of the WinDbg stack!

CodePudding user response:

This error message in the baidu search, there are a lot of solution
  • Related