This thread is just so people can ask questions and get answers.
First question :D
How do I turn a .sln into a project like a .dsw?
Thanks in advance.
You cannot 'change' a .sln file into a .dsw file - they are two different types of files.
The .sln file is opened by Visual C++ 7.0 (.NET).
.dsw files were for Visual Studio 6.0. SO if you have 6.0, you won't be able to open the .sln file.
If you don't have Visual C++, neither file would mean anything to you...
Hope that makes sense...
Look what I found:
http://www.codeproject.com/tools/prjconverter.asp)
Seems to do exactly what you want.
:D do they work with Visual Studio .NET 2003?
Well found Mushroom.
...I stand corrected, you can covert them it seems... :)
Xcellent! It works perfectly
Do you get any added functions ect. if you get VC++ 7.0?