Compiling with VC++ Toolkit 2003

  • Thread starter Thread starter Ioannis Vranos
  • Start date Start date
I

Ioannis Vranos

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.
 
Back
Top