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.
Ioannis,
> 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.
I think you should be able to use the toolkit and VCBuild together
(http://www.gotdotnet.com/team/cplusplus/samples/vcbuild.zip) for this
purpose.

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