MasterSidious Posted November 28, 2003 Share 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. Link to comment Share on other sites More sharing options...
RenegadeOfPhunk Posted November 28, 2003 Share 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... Link to comment Share on other sites More sharing options...
[ONE]Mushroom Posted November 28, 2003 Share Posted November 28, 2003 Look what I found: http://www.codeproject.com/tools/prjconverter.asp Seems to do exactly what you want. Link to comment Share on other sites More sharing options...
SuperDindon Posted November 28, 2003 Share Posted November 28, 2003 do they work with Visual Studio .NET 2003? Link to comment Share on other sites More sharing options...
RenegadeOfPhunk Posted November 28, 2003 Share Posted November 28, 2003 Well found Mushroom. ...I stand corrected, you can covert them it seems... Link to comment Share on other sites More sharing options...
SuperDindon Posted November 28, 2003 Share Posted November 28, 2003 Xcellent! It works perfectly Link to comment Share on other sites More sharing options...
MasterSidious Posted November 28, 2003 Author Share Posted November 28, 2003 Do you get any added functions ect. if you get VC++ 7.0? Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.