SphereCommunity
sphere 56b project - Printable Version

+- SphereCommunity (https://forum.spherecommunity.net)
+-- Forum: Sphere 0.56d (/Forum-Sphere-0-56d)
+--- Forum: General Help (/Forum-General-Help)
+--- Thread: sphere 56b project (/Thread-sphere-56b-project)



sphere 56b project - fabiohvp - 09-03-2018 11:58 AM

I downloaded the sphere 56b at https://github.com/Sphereserver/Source/archive/56b-20130616.zip

but this zip file does not contain the vcxproj, I tried to create one without success.

Anyone has this project file?


RE: sphere 56b project - Coruja - 09-03-2018 01:06 PM

on 56b the project file is located on /graysvr/GraySvr.dsw

but note that this "dsw" file extension is really old from pre-historic Visual Studio 6 (1998 ~ 2003) and it's not compatible with Visual Studio >= 2004. So you have to find a way to install VS6 or convert the old .dsw project file into .vcproj (VS2004 ~ VS2008) or .vcxproj (VS2010 ~ VS2017) using an newest Visual Studio. After you find a way to compile the project file, probably it will return many compile errors because old codes usually are not compatible with newest compilers, so all these errors should be fixed manually

and after you take many hours/days to finally compile an "working" 56b build, it's also not recommended use it on a live server because it have tons of security vulnerabilities. So honestly it will be much easier, faster and secure just use sphere 56c/56d instead 56b


RE: sphere 56b project - fabiohvp - 09-03-2018 02:02 PM

I prefer the 56d too, but I am helping some guys that have a 56b production live server and to migrate all the scripts with no bugs is no easy feat..

Off topic:
Coruja, can you reply the pm message?