> > No, they still need to converted. The differences in the actual format > > are small, but VC always wants to convert the projects to its version. > > My tweaks were mostly to have the project work smoothly after > > converted > > (luckily I can add VC8isms that older versions ignore yet are > > preserved > > when the projects are converted). > > We should probably start generating VC8 project files. >
Well, for Opentree (opentreelib.sf.net) I created a msvcgen template for msvc8 files that works just fine, so if you really want to generate vc8 files, feel free to copy those :) On the other hand, I've been using msvc2005 since beta1 or so and I found it to be a good solution to simply copy mk/msvc to mk/msvc2 and open the files from there. It will still use the .rc files from mk/msvc but everything else is in mk/msvc2 and my cvs client has nothing to whine about when updating. - PK ------------------------------------------------------- This SF.Net email is sponsored by the JBoss Inc. Get Certified Today Register for a JBoss Training Course. Free Certification Exam for All Training Attendees Through End of 2005. For more info visit: http://ads.osdn.com/?ad_id=7628&alloc_id=16845&op=click _______________________________________________ Crystal-main mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/crystal-main Unsubscribe: mailto:[EMAIL PROTECTED]
