BloggerAds廣告

2013年10月28日 星期一

[C++]fatal error LNK1103: debugging information corrupt; recompile module 的解決方案

xxx.lib(xxx.obj)fatal error LNK1103: debugging information corrupt; recompile module 的解決方案
    再次遇到 fatal error LNK1103 這個常見的錯誤,花了很長時間才找到解決方案。記下最後解決辦法,希望對其他人有所幫助。
症狀:xxx.lib(xxx.obj) fatal error LNK1103: debugging information corrupt; recompile module
    OS: Win7/Vista    SDK:VS2005 sp1
解決辦法:
    1. 管理員身份運行VS2005
    2. 下載補丁for VS2005 sp1 https://connect.microsoft.com/VisualStudio/Downloads/DownloadDetails.aspx?DownloadID=18623(可選)
原因及參考:
    1. http://support.microsoft.com/kb/949009/
    2.http://social.msdn.microsoft.com/Forums/en-US/vssmartdevicesnative/thread/2857d97d-f8c2-4390-97e0-a1be54348b52

沒有留言:

張貼留言