mspdb100.dll

Sep 10, 2011 at 3:53pm


Hi,

I have newly installed visual c++ 2010 express edition.I am trying to compile C++ program from command prompt using cl.But it is showing that "This program can't start because mspdb100.dll is not installed".

Thanks,
Arka
Sep 10, 2011 at 11:27pm
Yeah, command line invocation is a bit messy that way. It should work fine if you just compile from the IDE.

Alternatively, adding "%VS10%\Common7\IDE" to the "path" variable should solve that problem.
Sep 12, 2011 at 3:04am
No, you need to add path to .net framework runtime(read vcvars32.bat), but anyway why don't you use VS Command Prompt instead?
Topic archived. No new replies allowed.