MFC C++ projesinde DEBUG modda sorunsuz derleyebiliyorken RELEASE modda “Please use the /MD switch for _AFXDLL builds” hatasi aliyorsaniz:
Project Properties -> Configuration Properties -> C/C++ -> Code Generation -> Runtime Library
ayarini
Multi-threaded DLL (/MD)
olarak degistirip oyle deneyin.
Recent Comments