ATL 元件 Compile Error
今天在建立一個 ATL 元件時,Compile release 版本時發生
_free already defined in StdAfx.obj 的錯誤訊息
在論壇上看見一位熟客 Alexander Nickolov 他解答了我的問題
Remove _ATL_MIN_CRT from your build settings. The C RTL
is required by MFC.
竟是這麼簡單
_free already defined in StdAfx.obj 的錯誤訊息
在論壇上看見一位熟客 Alexander Nickolov 他解答了我的問題
Remove _ATL_MIN_CRT from your build settings. The C RTL
is required by MFC.
竟是這麼簡單
0 Comments:
Post a Comment
<< Home