Error C1189 #error: Building MFC application with /MD[d] (CRT dll version) requires MFC shared dll

編譯遇到“Error C1189 #error:  Building MFC application with /MD[d] (CRT dll version) requires MFC shared dll version.

解決辦法:

項目右擊->屬性->General->Use of MFC 中選擇“Use MFC in a Shared DLL”.

參考博文:

1、https://blog.csdn.net/wencuiying1229/article/details/22730389

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章