Posted on 2008-04-18 18:01
小明 阅读(2801)
评论(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