when I compile demo for memDC class from codeproject.com. then I ran these errors:
Error C1189 #error: Please use the /MD switch for _AFXDLL builds
- #error Please use the /MD switch for _AFXDLL builds
- Use /MT (Properties -> C/C++ -> Code Generation) and static MFC (Properties -> General -> Use of MFC)
- Use /MD (Properties -> C/C++ -> Code Generation) and shared MFC (Properties -> General -> Use of MFC)
- Flicker Free Drawing In MFC
- Clipboard Copy in a Nutshell
- Debugging Release Mode Problems Debugging Release Mode Problems
- Custom AntiAliasing with GDI+
- Simple and Easy Undo/Redo
- Formula Editor
- error Please use the /MD switch for _AFXDLL builds
- error Please use the /MD switch for _AFXDLL builds
- Please use the /MD switch for _AFXDLL ? Pin
Solution Settings for CRT linking and MFC linking must be coherent. So, actually, there are two possible answers at this question:
No comments:
Post a Comment