环境:xp sp3,vs2008
英文错误:warning LNK4086: entrypoint "_WinMainCRTStartup" is not __stdcall with 12 bytes of arguments; image may not run
解决:dll工程,在属性->配置属性->常规->配置类型里把动态库(.dll)不小心设置成了应用程序(.exe)
参考:http://jeffreyloo.blog.163.com/blog/static/12176167020106172142770/

本文详细介绍了在使用xpsp3和vs2008环境时,遇到英文错误warning LNK4086的解决方法。通过检查配置类型是否误设为应用程序而非动态库,成功解决了问题。
2170

被折叠的 条评论
为什么被折叠?



