Command line compiler



Hi all,

I'm a GNU/Linux developer trying to get comfortable with developing on the
Microsoft platform. At work I have Visual Studio 2003 version 7.1.3088.

I would like to use a command line compiler, my own Makefile, and my own
editor to develop software. I would like to forego the IDE completely.

I've read that there's a command line VC++ compiler called cl.exe, and even
found it sitting on my hard drive:

C:\Program Files\Microsoft Visual Studio .NET 2003\Vc7\bin\cl.exe

However, when I try to run the command line compiler (just typed "cl.exe"), I
get a pop-up window with the error message:

This application has failed to start because mspdb71.dll was not
found. Re-installing the application may fix this problem.

I did a quick search and can't find that dll.

Can someone post simple instructions on how I can get up and running with the
command line version of a visual C++ compiler?

Thanks,
Pete
.



Relevant Pages

  • Re: Learning with command-line vs IDE
    ... learn the fundamentals using the command-line compiler and a simple ... Visual Studio 6.0 at home and it is Pre dotnet. ... but a true editor is nice) ... Forms from the command line as well. ...
    (microsoft.public.dotnet.languages.csharp)
  • Re: Command line compiler
    ... so that these two commands run each time I open a new command prompt. ... At work I have Visual Studio 2003 version 7.1.3088. ... I've read that there's a command line VC++ compiler called cl.exe, ...
    (microsoft.public.vc.mfc)
  • Embedded Resources
    ... I'm looking for the correct way to use the command line compiler for VB.NET ... I run ILDASM and peek at the manifest of my visual studio compiled assembly. ... I see some public RPX files listed with the RPX extension. ...
    (microsoft.public.dotnet.framework)
  • Visual studio 2003 .NET versus its own Command Prompt
    ... command line compiler which cames with it. ... rep and he said he could comile from the Visual Studio w no prob). ... interface of the working package? ...
    (microsoft.public.vc.language)
  • Re: Command line compiler
    ... This will all work from command line as well. ... I'm a GNU/Linux developer trying to get comfortable with developing on the ... At work I have Visual Studio 2003 version 7.1.3088. ... I've read that there's a command line VC++ compiler called cl.exe, ...
    (microsoft.public.vc.mfc)

Loading