vs2013编译osg缺少mfc120d.lib
因为MFC MBCS DLL缺少导致的,微软的解释如下(http://msdn.microsoft.com/en-us/library/dn251007.aspx):
MFC libraries (DLLs) for multibyte character encoding (MBCS) are no longer included in Visual Studio, but are available as an add-on that you can download and install on any machine that has Visual Studio Professional, Visual Studio Premium, or Visual Studio Ultimate. (In Visual Studio, MFC must be enabled.) The installation requires about 440 MB of disk space and includes the English (United States) and localized versions of the DLLs.
You need this download in order to build an MFC project that has the Character Set property set to Use Multi-Byte Character Set or Not Set.
只需要安装Multibyte MFC Library for Visual Studio 2013就可以解决了。下载地址:http://www.microsoft.com/zh-CN/download/confirmation.aspx?id=40770
创作挑战赛新人创作奖励来咯,坚持创作打卡瓜分现金大奖总结
以上是生活随笔为你收集整理的vs2013编译osg缺少mfc120d.lib的全部内容,希望文章能够帮你解决所遇到的问题。
- 上一篇: 专家攻克无核荔枝种植难题:10元/颗的高
- 下一篇: 学习select(函数)