![]() |
How to compile Sphere - Printable Version +- SphereCommunity (https://forum.spherecommunity.net) +-- Forum: Sphere 0.56d (/Forum-Sphere-0-56d) +--- Forum: General Help (/Forum-General-Help) +--- Thread: How to compile Sphere (/Thread-How-to-compile-Sphere) |
How to compile Sphere - Lucas - 04-22-2020 09:53 AM Hello team, we are trying to compile sphere-56d in some specific releases. I have tried with VS2010 and VS2015, but im facing some "warnings" during the compile in the both (screen1.jpg), do you guys know the correct way to compile sphere? The build is compiled successfully, despite the warnings. Follow my VS2015 version (screen2.jpg). RE: How to compile Sphere - Coruja - 04-24-2020 06:31 AM These messages are not errors, just some compiler warnings that can be safely ignored. But you can also disable these messages easily, you just need to right-click on project name > properties > C/C++ > general, and change "warning level" from level 4 to level 2 Anyway, this source code is from 07/feb/2017, which is outdated and will make your server highly vulnerable because it doesn't have any fix from past 4 years. It's recommended always use the latest source code available (https://github.com/Sphereserver/Source) to get the latest fixes/features, and also the latest visual studio version (current version is 2019) |