Property Problems bei MFC ATL
-
Hi ich bekomme beim compilieren meines ATl objectes folgenden fehler:
Error 1 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] c:\program files\microsoft visual studio 8\vc\atlmfc\include\afx.h 24
Wenn ich dann bei den Einstellungen von "Standard MFC Dll" auf "shared MFC dll" wechsle bekomme ich 100 Stück von dieser Fehlermeldung da der compiler nach 100 gleichen errors aufhört
Error 102 error C2872: 'CString' : ambiguous symbol c:\program files\microsoft visual studio 8\vc\atlmfc\include\afxwin.h 4510
und eine Warning:
Warning 1 warning C4005: '_AFX_FUNCNAME' : macro redefinition c:\program files\microsoft visual studio 8\vc\atlmfc\include\afx.h 256