LINK : fatal error LNK1171: unable to load MSPDB60.DLL

  • Thread starter Thread starter bb
  • Start date Start date
B

bb

I am running VS.NET 2003 VC71
I have a vs.net solution file which has two vc++ project files

When i compile from within the VS.NET IDE eveything compiles fine

When i try and compile from the command line using the following syntax
i get the error linking generated for each project in the solution


"%VSDIR%" "%APPDIR%\App.sln" /rebuild Debug /out build.log


now i understand i can use the /useenv arg to use the environment vars,
however i specifically want to use the setup within the solution file
rather than relying on ENV VARS

i saw a few similar issues on the web for this, involving copying the
dll to the bin directory, however this instead causes other errors, and
doesnt appear to be a valid solution. why is this file needed, and why
is it not linked in the same was when building through the IDE

Many Many thanks in advance

db




--
 
Back
Top