linking error: .pdb file can't be deleted

EDN Admin

Well-known member
Joined
Aug 7, 2010
Messages
12,794
Location
In the Machine
when I complied a file.dll and a testbench.exe, file.dll is succeeded, but testbench.exe is not. The error messages are:
TestBench Could not delete file c:CurrentProjectsTestBenchDebugTestBench.pdb.
Make sure that the file is not open by another process and is not write-protected.
TestBench Could not delete file c:CurrentProjectsTestBenchDebugTestBench.pdb.
Make sure that the file is not open by another process and is not write-protected.
TestBench Could not delete file c:CurrentProjectsTestBenchDebugTestBench.pdb.
Make sure that the file is not open by another process and is not write-protected.
TestBench fatal error LNK1201: error writing to program database c:CurrentProjectsTestBenchDebugTestBench.pdb; check for insufficient disk space, invalid path, or insufficient privilege

I cant manually delete TestBench.pdb, then it wont complile.
Any ideas? Thanks!
GS
 

View the full article
 
Back
Top