Is it possible to Open VC++ project *.dsp in Visual Studio .net 2005
Visual Studio
2
Posts
2
Posters
0
Views
1
Watching
-
Hello Friends, Is it is possible to open visual studio project Win32 Console based application on visual studio .net 2005. Kindly respond to query. From Phijo:):)
-
Hello Friends, Is it is possible to open visual studio project Win32 Console based application on visual studio .net 2005. Kindly respond to query. From Phijo:):)
Indirectly. As with previous versions of VS, opening a DSP from VC6 will prompt you to 'upgrade' to the new format. This means if you make changes to the project settings (change options, add/remove files) the changes are not put in the old DSP file. A bigger issue, of course, is whether your code will compile with VS 2005. BTW, there's no '.NET' in the 2005 product name.
Steve S Developer for hire