Consult — Summary — Practice —
Press the red logo to go, perfect solution!


So far, the perfect solution: the principle is not deep research;
Reproduced in: https://www.cnblogs.com/melons/p/5791873.html
Consult — Summary — Practice —
Press the red logo to go, perfect solution!


So far, the perfect solution: the principle is not deep research;
Reproduced in: https://www.cnblogs.com/melons/p/5791873.html
1, open registry
, Win+R call out “run”, type “Regedit” in the box, enter to open registry.
3, if the popup “Do you allow this application to make changes to your computer” permissions, select “Yes”
the registry, find and enter HKEY_CURRENT_USER\Software\Microsoft\Windows NT\CurrentVersion\AppCompatFlags\Layers If found the following entry (C: Keil\UV4\ uv4.exe), — this path is the actual installed path of Keil in your computer.
4, after delete, restart Keil, test debugging is feasible




Many people will face such a problem, VS2010 flash back, clearly the program is successful, clearly there is no mistake, the lack of a flash at the end.
The flashback problem is primarily a caching problem, which is added at the end of the program, after the main function
getchar();
getchar();
getchar();
getchar();
Solve the problem.
Reproduced in: https://www.cnblogs.com/yijianzhongqing/p/5208854.html
Right click on your project entry, select the last item “Property/Properties” on the pop-up menu, and in the left column, find “Configuration Properties”
-> The linker – & gt; System, after clicking on the System item, subSystem in the right column configuring the value of the subSystem to “Console “.
After doing this, press Ctrl+F5 again and the program will stop at the console screen and prompt you to “Press any key to continue.” That’s the perfect solution.



