查看单个帖子
旧 2009-05-04, 07:27 PM   #1
yang686526
高级会员
 
注册日期: 06-11
帖子: 14579
精华: 1
现金: 224494 标准币
资产: 234494 标准币
yang686526 向着好的方向发展
默认 【转帖】difference between libs of diffent edition

difference between libs of diffent edition
difference between libs of diffent edition
what are the diffences among the libs vc2003md, vc2003ml, vc2003mt? and why can't i make my release edition of my application? the compiler always gives errors like that:
msvcrt.lib(msvcr71.dll) : error lnk2005: _atof have already been define in libcmt.lib(atof.obj)
when i set my project menu using /nodefaultlib : libcmt.lib. it gives even more errors about unresolved symbols.
this problem has troubled me for quite a long time. and any help will be highly appreciated.
name description relevant compiler flags
vc2003ml static single threaded libs -ml -gr -gx /o2
vc2003mt static multi threaded libs -mt -gr -gx /o2
vc2003md static muli threaded dll libs -md -gr -gx /o2
bee sure to use right libraies.
both debug and release libraries are available. (some months ago debug libraries were posted in release zip. try to update them.
sergey slezkin
yang686526离线中   回复时引用此帖
GDT自动化论坛(仅游客可见)