Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Use VC++ command line tools

Status
Not open for further replies.

globos

Programmer
Nov 8, 2000
260
FR
Hi everybody,

I want to use the VC++ command line tools from a DOS prompt.
When executing the exes, i get an error : it needs the DLL mspdb60.dll.
I've tried to register it with regsvr32, but I get another error, telling me that the entry point DLLRegisterServer was not found.
What do I have to do?


--
Globos
 
regsvr32 refisters only ActiveX objects.

Ion Filipski
1c.bmp

ICQ: 95034075
AIM: IonFilipski
filipski@excite.com
 
You are getting this error b/c u didn't select the option to REGISTER ENVIRONMENT VARIABLES when u installed VC++.

It's telling u that it can't find the locale of that file - which should be stored in an env variable but is not.

To fix this u need to find a way to REGISTER the variables - you'll have to dig through the folders or even the cd to find a .bat program that will do this however when i tried it failed and was forced to reinstall VC++ and then at the end mark the option to register the variables.

good luck!

Rocco is the BOY!!

SHUT YOUR LIPS...
ROCCOsm.gif
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top