LNK2019: unresolved external symbol _main referenced in function ___tmainCRTStartup

前端 未结 12 2013
广开言路
广开言路 2020-12-02 18:36

I have the following error LNK2019: unresolved external symbol _main referenced in function ___tmainCRTStartup,

There are a lot of threads relating to this error bu

12条回答
  •  自闭症患者
    2020-12-02 19:28

    Set the system to console, following the previous suggestions. Only, also had to change the character set to Unicode, see the snapshot of Visual Studio 2015 above.

提交回复
热议问题