当前位置:Gxlcms > 数据库问题 > error C2471: 无法更新程序数据库

error C2471: 无法更新程序数据库

时间:2021-07-01 10:21:17 帮助过:3人阅读

(一) error C2471: 无法更新程序数据库“c:\documents and settings\.......\debug\vc90.pdb”

fatal error C1083: 无法打开程序数据库文件:“c:\documents and settings\........\debug\vc90.pdb”: No such file or directory ....

解决方法:

修改一下设置,就可以解决C2471: 
C\C++ | General | Debug Information format | C7 Compatible (/Z7) 
C\C++ | Code Generation | Enable String Pooling | Yes (/GF) 
Linker | General Debug Info | Yes (/DEBUG)

或者把在debug文件夹下的.pdb文件给删除了,f5一下就行了

人气教程排行