错误提示:
该符号在函数 _mainCRTStartup 中

你建立的是console工程,console工程的入口是main,而不是WinMain,在链接时,就会找不到main  工程--> Setting--> Link  将/subsystem:windows   改为   /subsystem:console   即可

http://zhidao.baidu.com/question/252575445.html

相关文章:

  • 2021-08-07
  • 2021-06-19
  • 2021-09-05
  • 2021-12-06
  • 2021-11-03
  • 2021-12-04
  • 2021-10-26
猜你喜欢
  • 2021-10-21
  • 2021-05-24
  • 2021-11-08
  • 2022-12-23
  • 2021-10-24
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案