我正在尝试将python嵌入到我的c ++程序中。我已将libs和python Include目录包含在项目的属性中。但是当我尝试运行c ++程序时,我收到错误:
error LNK2019: unresolved external symbol _WinMain@16 referenced in function "int __cdecl __scrt_common_main_seh(void)" (?__scrt_common_main_seh@@YAHXZ)
还有:
fatal error LNK1120: 1 unresolved externals
有谁知道如何解决这个问题?
注意:我正在使用Windows和visual studio。