mspdb100.dll



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
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.
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.