G
Grant
If I have a VS.NET project/solution for C++ (.vcproj and .sln), how can I
convert this back into a VS 6.0 project/workspace?
convert this back into a VS 6.0 project/workspace?
Grant said:If I have a VS.NET project/solution for C++ (.vcproj and .sln), how
can I convert this back into a VS 6.0 project/workspace?
Carl Daniel said:By hand. Create a VC6 project and add the files to it. I don't know of any
tool to automate the process.
-cd
Carl said:Go for it. It wouldn't be hard - just tedious. Fortunately, the .NET
project file format is documented, and the VC6 format is basically
unchanged since VC4 (or earlier).
Because at the company here we use C++ .NET 2002.Later compilers and IDEs fix bugs (and add new ones )