小明思考

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

日历

<2008年4月>
303112345
6789101112
13141516171819
20212223242526
27282930123
45678910

公告

任何问题可以私信微博:@殷山9527

搜索

  •  

积分与排名

  • 积分 - 500066
  • 排名 - 35

最新评论

VS2005 SP1的编译兼容性问题

Posted on 2008-04-18 18:01 小明 阅读(2812) 评论(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   博问   Chat2DB   管理