how solve this debug erro?
C / C++ / MFC
3
Posts
2
Posters
0
Views
1
Watching
-
Hi: When I build the dll(created by others),VC says: fatal error C1189: #error : Please use the /MD switch for _AFXDLL builds,where to set this flag? Thanks benben
> Please use the /MD switch for _AFXDLL builds,where to set this flag? In VC6 go to: Project -> Settings (or Alt+F7) -> C/C++ Tab -> Project Options RK
-
> Please use the /MD switch for _AFXDLL builds,where to set this flag? In VC6 go to: Project -> Settings (or Alt+F7) -> C/C++ Tab -> Project Options RK