Posted on 2008-04-18 18:01
小明 閱讀(2818)
評論(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