LINK : fatal error LNK1209
-
Hi, I'm getting the following error whenever I try to build a 'debug' version of any application. LINK : fatal error LNK1209 program database "C:\test\Debug\test.pdb" differs from previous link; relink or rebuild Error executing link.exe. I have tried re-building but it doesn't solve the problem. I even re-installed VC++ but that also didn't help. This is not specific to an application since it occurs even when i build a simple AppWizard application. Any idea how to solve this problem would be greatly appreciated. Thanks, Mel
-
Hi, I'm getting the following error whenever I try to build a 'debug' version of any application. LINK : fatal error LNK1209 program database "C:\test\Debug\test.pdb" differs from previous link; relink or rebuild Error executing link.exe. I have tried re-building but it doesn't solve the problem. I even re-installed VC++ but that also didn't help. This is not specific to an application since it occurs even when i build a simple AppWizard application. Any idea how to solve this problem would be greatly appreciated. Thanks, Mel
Does it happen every time? Can you manually delete the .pdb file and re-build?
"The pointy end goes in the other man." - Antonio Banderas (Zorro, 1998)
-
Does it happen every time? Can you manually delete the .pdb file and re-build?
"The pointy end goes in the other man." - Antonio Banderas (Zorro, 1998)
-
Yes, it happens every time and for any application. Yes, I can delete the .pdb files, but rebuilding doesn't solve the problem. First time i've experienced this kind of problem in my 5+ years of using VC++ :confused: -Mel