Building MFC application with /MD[d] (CRT dll version)requires MFC shared dll version
时间:2015-04-04 14:47:39
收藏:0
阅读:575
错误提示:Building MFC application with /MD[d] (CRT dll version)requires MFC shared dll version
出现以上情况
解决方法
在 项目/属性/常规/use of MFC 选项中选择 Use MFC in a Shared DLL
编译后通过。
原文:http://www.cnblogs.com/haihai187/p/4392096.html
评论(0)