1>------ Build started: Project: ConsoleTest, Configuration: Debug Win32 ------
1>Compiling...
1>main.cpp
1>Linking...
1>main.obj : error LNK2019: unresolved external symbol @_RTC_CheckStackVars@8 referenced in function _main
1>main.obj : error LNK2019: unresolved external symbol __RTC_CheckEsp referenced in function _main
1>main.obj : error LNK2001: unresolved external symbol __RTC_Shutdown
1>main.obj : error LNK2001: unresolved external symbol __RTC_InitBase
1>./Debug/ConsoleTest.exe : fatal error LNK1120: 4 unresolved externals
1>Build log was saved at "file://e:/Windows驱动/Windows驱动开发技术详解/Windows驱动开发技术详解/chapter11/Test3/Test/Debug/BuildLog.htm"
1>ConsoleTest - 5 error(s), 0 warning(s)
========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========
解决办法:
在最初搭建环境时的配置中有以下一项
菜单“