MasterSidious Posted November 28, 2003 Posted November 28, 2003 This thread is just so people can ask questions and get answers. First question How do I turn a .sln into a project like a .dsw? Thanks in advance.
RenegadeOfPhunk Posted November 28, 2003 Posted November 28, 2003 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...
[ONE]Mushroom Posted November 28, 2003 Posted November 28, 2003 Look what I found: http://www.codeproject.com/tools/prjconverter.asp Seems to do exactly what you want.
SuperDindon Posted November 28, 2003 Posted November 28, 2003 do they work with Visual Studio .NET 2003?
RenegadeOfPhunk Posted November 28, 2003 Posted November 28, 2003 Well found Mushroom. ...I stand corrected, you can covert them it seems...
MasterSidious Posted November 28, 2003 Author Posted November 28, 2003 Do you get any added functions ect. if you get VC++ 7.0?
Recommended Posts
Archived
This topic is now archived and is closed to further replies.