Debug正常 Release链接不上

chib 2006-11-03 03:29:57
我的项目用到了Boost库 Debug正常 Release编译出错
以下是错误

Linking...
msvcprt.lib(MSVCP71.dll) : error LNK2005: "public: __thiscall std::basic_string<char,struct std::char_traits<char>,class
std::allocator<char> >::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >(class
std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const &)"
(??0?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@QAE@ABV01@@Z) already defined in rts_scene_area.obj
msvcprt.lib(MSVCP71.dll) : error LNK2005: "public: __thiscall std::basic_string<char,struct std::char_traits<char>,class
std::allocator<char> >::~basic_string<char,struct std::char_traits<char>,class std::allocator<char> >(void)"
(??1?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@QAE@XZ) already defined in cmd_svr.obj


MSVCRT.lib(MSVCR71.dll) : error LNK2005: "public: virtual __thiscall exception::~exception(void)" (??1exception@@UAE@XZ) already
defined in LIBCMT.lib(stdexcpt.obj)

忽略掉库msvcprt.lib MSVCRT.lib 仍然提示以上错误

请问各位是不是项目需要其他什么设置?我是在Runtime Lib 为Multi-threaded (/MT)下编译的
...全文
220 11 打赏 收藏 转发到动态 举报
写回复
用AI写文章
11 条回复
切换为时间正序
请发表友善的回复…
发表回复
123ppmove 2006-11-06
  • 打赏
  • 举报
回复
o
ding
ToperRay 2006-11-06
  • 打赏
  • 举报
回复
TO:

只是名字而已,但你不能改成release,如果是release VC环境会自动设置的.
你可以改成release16或者其他的名字,关键是需要修改里面的配置信息
iiye 2006-11-06
  • 打赏
  • 举报
回复
/force
chib 2006-11-06
  • 打赏
  • 举报
回复
release16是什么? 我copy了DEBUG的设置,修改成release,还是提示上面的错误,是不是string使用有问题?
chib 2006-11-06
  • 打赏
  • 举报
回复
我在.vcproj文件中把<Configuration>中debug属性复制到release也不行
shore1000 2006-11-04
  • 打赏
  • 举报
回复
你的库的设置有问题,应该是很多库文件没包含进去,同意LS的做法
可以通过拷贝debug设置重新建立一个release
ToperRay 2006-11-03
  • 打赏
  • 举报
回复
你可以通过拷贝debug设置重新建立一个release16,然后对release16进行修改使他满足你的release需求
chib 2006-11-03
  • 打赏
  • 举报
回复
换过来了但还是不行
chib 2006-11-03
  • 打赏
  • 举报
回复
我的boost没用到库文件 只有一个包含文件
折腾_苏州 2006-11-03
  • 打赏
  • 举报
回复
把ignore all default libs沟上呢?
把boost include files和lib files目录位置在 tools->diretores-> 调整到最上面呢?
chib 2006-11-03
  • 打赏
  • 举报
回复
运行库是/MT

15,979

社区成员

发帖
与我相关
我的任务
社区描述
VC/MFC 界面
社区管理员
  • 界面
加入社区
  • 近7日
  • 近30日
  • 至今
社区公告
暂无公告

试试用AI创作助手写篇文章吧