This tool converts Visual C++ 7.0 (VS2002) projects back to Visual C++ 6.0 (VC6) projects, ie. .sln/.vcproj to .dsw/.dsp pairs.Originally created by Stephane Rodriguez and posted at:http://www.codeproject.com/KB/applications/prjconverter.aspx
Be the first to post a text review of PrjConverter. Rate and review a project by clicking thumbs up or thumbs down in the right column.
Changes over the version available on CodeProject (http://www.codeproject.com/KB/applications/prjconverter.aspx): 1. Expanded VC6 incompatible macros such as $(ConfigurationName), $(ProjectName), and $(PlatformName). 2. Fixed a bug in ReplaceMacros () for $(ProjectDir) where the wrong string was being used in ExcludeLeft (). 3. A number of safety improvements to the string class being used.
Be the first person to add a text review.
Copyright © 2009 Geeknet, Inc. All rights reserved. Terms of Use
Thanks for your rating!
Would you also like to write a review?