Default Libraries
C / C++ / MFC
1
Posts
1
Posters
0
Views
1
Watching
-
Hello, When I tried to buid a Visual C++ project downloaded from CodeProject website, I got many errors in the style of "MSVCRT.lib(MSVCR90.dll) : error LNK2005: _atoi already defined in libcmt.lib(atox.obj)". I am trying to bulid MFC and Visual C++ runtime libraries in static form. However I have no problem when building for shared dll for both mfc and c++ runtime libraries. In another project, there's another problem: I cannot tell the compiler do not support for UNICODE i.e. UNICODE is always "defined" even when I have "Use Multi-Byte Character Set" selected from the general configuration. Also there is no UNICODE defined in preprocessor definitions in Project Property. Regards,
Real Eyes Realize Real Lies.