Link Error LNK1209
-
I get link error LNK1209 no matter how many times i retry. The .pdb file is there and updated. I've even tried replacing the LINK.EXE, DUMPBIN.EXE, EDITBIN.EXE and LIB.EXE files in the VC98 bin folder (I'm using Visual Studio 6). dahill
-
I get link error LNK1209 no matter how many times i retry. The .pdb file is there and updated. I've even tried replacing the LINK.EXE, DUMPBIN.EXE, EDITBIN.EXE and LIB.EXE files in the VC98 bin folder (I'm using Visual Studio 6). dahill
-
I get link error LNK1209 no matter how many times i retry. The .pdb file is there and updated. I've even tried replacing the LINK.EXE, DUMPBIN.EXE, EDITBIN.EXE and LIB.EXE files in the VC98 bin folder (I'm using Visual Studio 6). dahill
-
I get link error LNK1209 no matter how many times i retry. The .pdb file is there and updated. I've even tried replacing the LINK.EXE, DUMPBIN.EXE, EDITBIN.EXE and LIB.EXE files in the VC98 bin folder (I'm using Visual Studio 6). dahill
-
I get link error LNK1209 no matter how many times i retry. The .pdb file is there and updated. I've even tried replacing the LINK.EXE, DUMPBIN.EXE, EDITBIN.EXE and LIB.EXE files in the VC98 bin folder (I'm using Visual Studio 6). dahill
-
I get link error LNK1209 no matter how many times i retry. The .pdb file is there and updated. I've even tried replacing the LINK.EXE, DUMPBIN.EXE, EDITBIN.EXE and LIB.EXE files in the VC98 bin folder (I'm using Visual Studio 6). dahill
Based on a solution attributed to "melwyn" on http://www.codecomments.com/archive307-2004-3-160471.html I was able to get rid of LNK1209. I ended up using file version 6.0.8160.0 of MSPDB60.DLL in C:\Program Files\Microsoft Visual Studio\Common\MSDev98\Bin. For some reason file version 6.20.9351.0 of mspdb60.dll cut from C:\Program Files\Microsoft Visual Studio\VC98\Bin brought the link error with it. -dahill