| 发表于:2007-05-25 11:41:215楼 得分:0 |
静态库必须和工程使用同样的编译器同样的编译选项才能链接上去. 但是静态库无法静态编译啊 选择静态编译后,出现以下错误 fatal error c1189: #error : please use the /md switch for _afxdll builds 将代码生成改为md后出现如下错误 fatal error c1189: #error : building mfc application with /md[d] (crt dll version) requires mfc shared dll version. please #define _afxdll or do not use /md 到底怎么解决这个问题了!在线等待,急啊!@ | | |
|