弹出提醒:fatal error:C1189 error Building MFC application with 、MD[d](CRT dll vision) require MFC shared dll version.please #define _AFXdll or do not use /MD[d]意思为使用多线程动态链接库运行库时的MFC程序,需要使用MFC动态链接库。
修改工程设置:
project->properities->configuration properities ->general->use of MFC: use MFC in a shared DLL.
本文介绍了解决MFC应用程序编译时出现的fatal error C1189问题的方法。该错误通常发生在使用多线程动态链接库运行库时未正确配置MFC动态链接库的情况。文章详细说明了如何通过调整项目属性设置来修复这一问题。

被折叠的 条评论
为什么被折叠?



