VS 7.0 to 6.0 Project Converters...

Started by
3 comments, last by Slaru 19 years, 7 months ago
Does anyone know about a project converter that converts Visual Studio C++ 7.0 to 6.0 and perhaps vice versa)?
"...And then he slipped into the netherworld, the world of dreams...and with his final breath, the last Protector laid down to sleep...He slept. He dreamed. And the rest of eternity he will slumber..."
Advertisement
There is a utility on CodeProject to do this. I have never tried it, but it seems to do what you need.

http://www.codeproject.com/tools/prjconverter.asp

As for going from 6.0 -> 7.0, Visual Studio .Net should take care of the conversion for you.

--
Halo7
Quote:Original post by Halo7

As for going from 6.0 -> 7.0, Visual Studio .Net should take care of the conversion for you.


I do not have VS.NET.
"...And then he slipped into the netherworld, the world of dreams...and with his final breath, the last Protector laid down to sleep...He slept. He dreamed. And the rest of eternity he will slumber..."
i dont think thats a good idea.

i heard in vc7 you can do:

for(int i=0;i<2;i++)
{
}
for(int i=0;i<2;i++)
{
}

but in vc6 if you do that you will get a redefinition of 'i'
I have used the previously mentioned tool on CodeProject, and haven't encountered any problems.

Edit: As for going from 6.0 -> 7.0, I only know of VS .NET actually being able to do that.

This topic is closed to new replies.

Advertisement