Wednesday, February 17, 2010

fatal error C1033: cannot open program database vc60.pdb

We encountered this error while doing debug build on some C programs. Our environment consists of Cygwin installed on Windows 2003 server, Visual Studio (VC98), Gmake.

This problem got resolved for us by killing some hung process on our Windows Server. Actually make clean, which in turn, trying to remove vc60.pdb file, was not able to delete this file. When I try to remove it manually, it was complaining that, this file was shared by some resources, so it can't delete.
Finally the culprit process was found out using Windows process explorer. After killing the culprit process, our build went fine. Even reboot of Windows server will resolve this problem.

2 comments:

Unknown said...

Hi, Can you please let me know how did you find the culprit pocess?

Anonymous said...

Typical Indians, only half a solution