Is that the way to open old project in VS2008 without using any .NET framework ?
- by mentallake
Hi
I've got a question about opening the old project in VS2008.
If I have old c++ project(implement in VS6.0), and now I'd like to open it in VS2008 but I don't want to use .NET library because the application will be installed on the machine that has no any .NET framework (and I don't want to install any .NET to that machine).
So is it possible to do that in VS2008? is there any configuration in VS2008?
Thanks