小明思考

高性能服务器端计算
posts - 70, comments - 428, trackbacks - 0, articles - 0
  C++博客 :: 首页 :: 新随笔 :: 联系 :: 聚合  :: 管理

VS2005 SP1的编译兼容性问题

Posted on 2008-04-18 18:01 小明 阅读(2793) 评论(0)  编辑 收藏 引用 所属分类: Tools
简单地说,如果你的exe是build with VS2005,
但是需要link的dll的新版本是由VS2005 SP1 build出来
就会可能出问题。

原因很简单,VS2005 SP1 采取了新的CRT库
The workaround is to find the SP1 version of vcredist_x86.exe in your updated SP1 Visual Studio installation and ask the user to run that to update the installed C/C++ runtime (fortunately it is backward compatible)

更多信息:
http://blogs.msdn.com/nikolad/archive/2007/02/09/q-a-on-adapting-vs2005-sp1-to-build-your-applications.aspx

只有注册用户登录后才能发表评论。
网站导航: 博客园   IT新闻   BlogJava   知识库   博问   管理