Re: Command line compiler
- From: "Ajay Kalra" <ajaykalra@xxxxxxxxx>
- Date: 1 Jun 2006 18:07:20 -0700
This will all work from command line as well. You will however need to
set the environment. vcvars32.bat or something on lines to set the
variables and then run cl.exe.
---
Ajay
Peter Jay Salzman wrote:
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
.
- Follow-Ups:
- Re: Command line compiler
- From: Peter
- Re: Command line compiler
- References:
- Command line compiler
- From: Peter Jay Salzman
- Command line compiler
- Prev by Date: Re: New Document
- Next by Date: Re: CTooBar Memory Management
- Previous by thread: Re: Command line compiler
- Next by thread: Re: Command line compiler
- Index(es):
Relevant Pages
|