error : Building MFC application question
-
Hi all, I am getting this error below now what can I do to eliminate this as I dont want to use MFC because I am making a WTL/ATL project. 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[d] Thanks, Jayjay
-
Hi all, I am getting this error below now what can I do to eliminate this as I dont want to use MFC because I am making a WTL/ATL project. 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[d] Thanks, Jayjay
I don't really understand why you are creating a MFC application if you don't want to use MFC :confused: ?
Cédric Moonen Software developer
Charting control [v1.5] OpenGL game tutorial in C++ -
I don't really understand why you are creating a MFC application if you don't want to use MFC :confused: ?
Cédric Moonen Software developer
Charting control [v1.5] OpenGL game tutorial in C++Hi Cedric, sorry if there are confusions there, what i mean is i am creating a atl/wtl application not MFC. Thanks
-
Hi all, I am getting this error below now what can I do to eliminate this as I dont want to use MFC because I am making a WTL/ATL project. 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[d] Thanks, Jayjay
Are you building MFC application? If you go to your project properties under Configuration Properties | General, there is a setting whether to use MFC and/or to use ATL. If your project is not a MFC application, you should set the Use of MFC to Use Standard Windows Libraries Cheers :)
-
Are you building MFC application? If you go to your project properties under Configuration Properties | General, there is a setting whether to use MFC and/or to use ATL. If your project is not a MFC application, you should set the Use of MFC to Use Standard Windows Libraries Cheers :)
Hi Ryu, Its set to use Standard Windows Libraries i cannot use MFC i must only use standard windows libraries, atl and wtl. Thanks
-
Hi Ryu, Its set to use Standard Windows Libraries i cannot use MFC i must only use standard windows libraries, atl and wtl. Thanks