Note: LucasForums Archive Project
The content here was reconstructed by scraping the Wayback Machine in an effort to restore some of what was lost when LF went down. The LucasForums Archive Project claims no ownership over the content or assets that were archived on archive.org.

This project is meant for research purposes only.

Making the code work (Q's & A's)

Page: 1 of 1
 MasterSidious
11-28-2003, 1:38 AM
#1
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.
 RenegadeOfPhunk
11-28-2003, 9:11 AM
#2
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
11-28-2003, 12:44 PM
#3
Look what I found:

http://www.codeproject.com/tools/prjconverter.asp)

Seems to do exactly what you want.
 SuperDindon
11-28-2003, 3:37 PM
#4
:D do they work with Visual Studio .NET 2003?
 RenegadeOfPhunk
11-28-2003, 4:13 PM
#5
Well found Mushroom.

...I stand corrected, you can covert them it seems... :)
 SuperDindon
11-28-2003, 4:25 PM
#6
Xcellent! It works perfectly
 MasterSidious
11-28-2003, 7:18 PM
#7
Do you get any added functions ect. if you get VC++ 7.0?
Page: 1 of 1