Command line compiler
- From: Peter Jay Salzman <p@xxxxxxxxx>
- Date: 1 Jun 2006 17:36:31 +0200
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: Joseph M . Newcomer
- Re: Command line compiler
- From: Ajay Kalra
- Re: Command line compiler
- From: Jonathan Wood
- Re: Command line compiler
- From: Josh McFarlane
- Re: Command line compiler
- Prev by Date: Re: Dynamic Dialog : Edit Control Message Handling and DoDataExchange
- Next by Date: Re: Modeless dialog closing a modal dialog problem
- Previous by thread: Re: Dynamic Dialog : Edit Control Message Handling and DoDataExchange
- Next by thread: Re: Command line compiler
- Index(es):
Relevant Pages
|
Loading