cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
user name:
password:
Forgot your password?
please wait
try again
cancel
forgot your password?
sign up
log in
[Legacy version]
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
Windows Programming
mspdb100.dll
mspdb100.dll
Sep 10, 2011 at 3:53pm
Sep 10, 2011 at 3:53pm UTC
arka
(1)
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
Sep 10, 2011 at 11:27pm UTC
hanst99
(2869)
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
Sep 12, 2011 at 3:04am UTC
modoran
(2077)
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.