In your project settings, go to Linker->Advanced->Entry Point and change it to mainWCRTStartup.
In your application, make sure your main() function looks like this:
int _tmain(int argc, _TCHAR* argv[]) { return 0; }
In your project settings, go to Linker->Advanced->Entry Point and change it to mainWCRTStartup.
In your application, make sure your main() function looks like this:
int _tmain(int argc, _TCHAR* argv[]) { return 0; }
上一篇:”与目标计算机类型“ARM”冲突
下一篇:string转换为LPCWSTR
error LNK2019: 无法解析的外部符号
_WinMain 无法解析的外部符号 _WinMain@16 invoke_main
前言上一篇文章中,为了编译Op
举报文章
请选择举报类型
补充说明
0/200
上传截图
格式支持JPEG/PNG/JPG,图片不超过1.9M