"Jerzy Kaczorowski" <[EMAIL PROTECTED]> writes:

> When VC70 comes out there is no problem at all, because it uses
> totally different file format as well as a new extension for those
> new files. The workspace is now called a solution (*.sln) and a
> project files are in XML format with the extension vcproj
> (*.vcproj).
> 
> I am not sure whether VC40 reads a VC60, but I would think so.

It doesn't. VC4 uses makefiles (.mak), VC5 and VC6 use project and
workspace files (.dsp and .dsw).

> I think it is a good idea to keep the files under VC50 format unless
> somone can provide the VC60 version that uses some VC60 features
> which improve the build version (not present in older versions that
> is).

I think that whoever is donating the time to maintain the make/project
files for VC should do it in whatever format is the most convenient
for them, and everyone else should either live with it, or donate
*their* time to supply project files for the older/newer versions.

_______________________________________________
Info-cvs mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/info-cvs

Reply via email to