您的位置:首页 > 运维架构

fatal error LNK1104: cannot open file 'MSCOREE.lib'

2012-02-14 16:29 113 查看
新建CLR项目,直接运行,提示错误:fatal error LNK1104: cannot open file 'MSCOREE.lib'

MSCOREE.lib was moved for Visual Studio 2008. It now resides here:

C:\Program Files\Microsoft SDKs\Windows\v6.0A\Lib

C:\Program Files\Microsoft SDKs\Windows\v6.0A\Lib\x64

将上面2个目录路径添加到如下配置中:Tools-Options-Projects and Solution-VC++ Directories-Win32 or x64-Libraries

内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: 
相关文章推荐