将VC ++项目从VS2008升级到VS2010得到了无法解决的外部问题! [英] Upgrading VC++ Project from VS2008 to VS2010 Got Unresolved Externals!

查看:55
本文介绍了将VC ++项目从VS2008升级到VS2010得到了无法解决的外部问题!的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述



我将一个VS2008 VC ++项目转换为VS2010并编译,但得到了一个未解决的外部错误,如下所示:

I converted a VS2008 VC++ project to VS2010 and compiled, but got an Unresolved External Error as follows:

" 1> libcmtd.lib(wwincrt0.obj):错误LNK2019:未解析的外部符号
_ wWinMain @ 16
在函数___ tmainCRTStartup"

"1>libcmtd.lib(wwincrt0.obj) : error LNK2019: unresolved external symbol _wWinMain@16 referenced in function ___tmainCRTStartup"

中引用我检查了项目属性,它们似乎没问题,没有指定入口点。有谁知道出了什么问题?任何建议或提示都欢迎和赞赏。

I checked the project properties, they seems to be OK, there was no entry point specified. Does anybody have any idea what goes wrong? Any suggestion or tips are welcome and appreciated.

Anthony

推荐答案

我转换了一个VS2008项目  ;到VS2010并编译,但得到一个未解决的外部错误如下:

I converted a VS2008 project to VS2010 and compiled, but got an Unresolved External Error as follows:

" 1> libcmtd.lib(wwincrt0.obj):错误LNK2019:未解析的外部符号
_wWinMain @ 16
在函数___ tmainCRTStartup"

"1>libcmtd.lib(wwincrt0.obj) : error LNK2019: unresolved external symbol _wWinMain@16 referenced in function ___tmainCRTStartup"

中引用我检查了项目属性,它们似乎没问题,没有条目指定点。有谁知道出了什么问题?欢迎并赞赏任何建议或提示。

I checked the project properties, they seems to be OK, there was no entry point specified. Does anybody have any idea what goes wrong? Any suggestion or tips are welcome and appreciated.

Anthony


这篇关于将VC ++项目从VS2008升级到VS2010得到了无法解决的外部问题!的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆