由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Programming版 - vc2008下编译的问题
相关主题
一个指向指针的指针的引用? 【求助】如何使IE下載直接到目的地,不透過暫存 (转载)
一个C++ operator new的重载问题A question on how to map a folder to a drive automatically after rebooting the pc
debug的问题cpp gz file
请教一个c++ reference问题问高手:gsl 如何与vc2008或者 vc2005 or vc6.0接口?
最初级的白痴C++问题有人说这个办法可以解决栈溢出
[合集] C++问题(copy constructor)请问hash_map 如何在 vc2008中使用?
一个C++ 的问题程序从VC6挪到VC2008后,执行速度低了15-30%
怎么样最好的编译不同文件在同一个VC project里面?没有经过构造函数???
相关话题的讨论汇总
话题: 编译话题: heap1话题: vc2008话题: relogin话题: documents
进入Programming版参与讨论
1 (共1页)
w****h
发帖数: 212
1
error C2471: cannot update program database 'c:\documents and settings\my
documents\ee04\heap1\heap1\debug\vc90.pdb'
这个错误如何纠正?
在vc 2008 express下编译的。说找不到vc90.pdb文件
错误指向#include
在vc6下无问题
M**8
发帖数: 25
2
is vc90.pdb being locked? To verify, logout and relogin
w****h
发帖数: 212
3
how to veridy?
You mean logout current user of Windows, then relogin with same user? Then
what next?

【在 M**8 的大作中提到】
: is vc90.pdb being locked? To verify, logout and relogin
w****h
发帖数: 212
4
顶。
不知道大家有没遇到这个问题,在vc2008下编译通不过。
如何解决的?
P********e
发帖数: 2610
5
我记的好象是,优化的编译过的东西,如果没有改动他不继续编译,就去一个文件里面
读编译好的
我猜这个文件可能相关
把VC关了,删掉DEBUG文件夹里面的东西,重新来complie一次就好了

【在 w****h 的大作中提到】
: error C2471: cannot update program database 'c:\documents and settings\my
: documents\ee04\heap1\heap1\debug\vc90.pdb'
: 这个错误如何纠正?
: 在vc 2008 express下编译的。说找不到vc90.pdb文件
: 错误指向#include
: 在vc6下无问题

D*******a
发帖数: 3688
6
菜单里面有clean build

【在 P********e 的大作中提到】
: 我记的好象是,优化的编译过的东西,如果没有改动他不继续编译,就去一个文件里面
: 读编译好的
: 我猜这个文件可能相关
: 把VC关了,删掉DEBUG文件夹里面的东西,重新来complie一次就好了

w****h
发帖数: 212
7
You mean try clean build, then it will be OK?

【在 D*******a 的大作中提到】
: 菜单里面有clean build
1 (共1页)
进入Programming版参与讨论
相关主题
没有经过构造函数???最初级的白痴C++问题
请各位推荐学习visual c++的书[合集] C++问题(copy constructor)
third party c/c++ code and compile it on win 7一个C++ 的问题
how to debug mpi?怎么样最好的编译不同文件在同一个VC project里面?
一个指向指针的指针的引用? 【求助】如何使IE下載直接到目的地,不透過暫存 (转载)
一个C++ operator new的重载问题A question on how to map a folder to a drive automatically after rebooting the pc
debug的问题cpp gz file
请教一个c++ reference问题问高手:gsl 如何与vc2008或者 vc2005 or vc6.0接口?
相关话题的讨论汇总
话题: 编译话题: heap1话题: vc2008话题: relogin话题: documents