`
fcly57fcly
  • 浏览: 14252 次
最近访客 更多访客>>
社区版块
存档分类
最新评论

error c2471: cannot update program database vc90.pdb-小楼一夜听春雨-博客园

 
阅读更多

error c2471: cannot update program database vc90.pdb-小楼一夜听春雨-博客园
2012年01月14日
  Stay Hungry,Stay Foolish! 积累、沉淀、做最好的自己! 
  
  为什么我把一个VC6的工程转换为VS2008的工程后,编译总是出现找不到而且不能升级vc90.pdb文件的问题。重新编译了也不行。 
  从VC6直接跳到VS2008
  这个vs2008一个著名的bug。详情可以参见https://connect.microsoft.com/VisualStudio/feedbac k/ViewFeedback.aspx?FeedbackID=309462
  官方现有解决方案如下:
  I have found an alternate way for the time beging to avoid C2471 error but it works only in the case of successful release build.
  for this click Build menu than Configuration manager than create a new setting from release settings. Change following things in your project settings as :
  C\C++ | General | Debug Information format | C7 Compatible (/Z7)
  C\C++ | Code Generation | Enable String Pooling | Yes (/GF)
  Linker |Debuging |General Debug Info | Yes (/DEBUG)
分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics