Connecting Tech Pros Worldwide Forums | Help | Site Map

Compiling with VC++ Toolkit 2003

Ioannis Vranos
Guest
 
Posts: n/a
#1: Nov 17 '05
Can VC++ Toolkit 2003 compile VC++ 2003 projects out of the box? I mean read the project
files themselves and compile? Or some other way?

I am talking about a more convenient way than building in the style

cl /EHsc form1.cpp someotherfile.cpp ... etc.

Tomas Restrepo \(MVP\)
Guest
 
Posts: n/a
#2: Nov 17 '05

re: Compiling with VC++ Toolkit 2003


Ioannis,
[color=blue]
> Can VC++ Toolkit 2003 compile VC++ 2003 projects out of the box? I mean
> read the project files themselves and compile? Or some other way?
>
> I am talking about a more convenient way than building in the style
>
> cl /EHsc form1.cpp someotherfile.cpp ... etc.[/color]

I think you should be able to use the toolkit and VCBuild together
(http://www.gotdotnet.com/team/cplusp...es/vcbuild.zip) for this
purpose.


--
Tomas Restrepo
tomasr@mvps.org
http://www.winterdom.com/


Closed Thread