can i use cl.exe in command prompt
when using cl.exe in command prompt, a message that indicates that a file named "msdbp80.dll" is missing is alerting. is it not supported or i need a re-installation?
when using cl.exe in command prompt, a message that indicates that a file named "msdbp80.dll" is missing is alerting. is it not supported or i need a re-installation?
Ronald Laeremans
Visual C++ team
You will get this message when you run cl.exe not from correctly set environment. You need to open command line environment using Start Menu > Programs >Microsoft Visual Studio Beta 2 > Visual Studio Tools > Visual Studio 2005 Command Prompt or run vcvarsall.bat <platform>.
Thanks,
Nikola
VC++ Team