SphereCommunity
Do you have source code 56b 2013? - Printable Version

+- SphereCommunity (https://forum.spherecommunity.net)
+-- Forum: Sphere 0.56d (/Forum-Sphere-0-56d)
+--- Forum: General Help (/Forum-General-Help)
+--- Thread: Do you have source code 56b 2013? (/Thread-Do-you-have-source-code-56b-2013)

Pages: 1 2


Do you have source code 56b 2013? - Satvet - 06-10-2017 05:14 AM

Do you have source code 56b 2013?
If you can share it?



RE: Do you have source code 56b 2013? - Coruja - 06-10-2017 09:04 AM

you can find it on github: https://github.com/Sphereserver/Source/tree/56b-20130616

but as always, it not recommended use it since the code is too outdated. Unless you don't care to get back tons of bugs that are already fixed on newest builds, lose support for newest clients/features, lose all the code optimization done through many years, lose all updated internal libraries, etc


RE: Do you have source code 56b 2013? - G-Defender - 06-17-2017 05:36 AM

2013 sphere 56b is not compiling from send your link. Why are the files missing? How can i compile sphere 56b 2013?


RE: Do you have source code 56b 2013? - Ben - 06-18-2017 09:07 PM

What compiler are you using?


RE: Do you have source code 56b 2013? - G-Defender - 06-19-2017 04:48 AM

I am using c ++ 2010.

Which one do I need to use?

visual studio 2012 compilation error.

mysql.h -> No files.
mtrand.cpp -> No files.
CThread.cpp -> No files.

Code:
1>c1xx : fatal error C1083: Cannot open source file: '..\common\mtrand\mtrand.cpp': No such file or directory
1>c1xx : fatal error C1083: Cannot open source file: '..\common\CThread.cpp': No such file or directory

Code:
1>c:\users\hp_\desktop\source-56b-20130616\0.57.1\src\common\cdatabase.h(11): fatal error C1083: Cannot open include file: 'mysql.h': No such file or directory
1>  Generating Code...
========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========

I'm happy if you help me.


RE: Do you have source code 56b 2013? - Ben - 06-20-2017 02:29 AM

I'm prety sure we were using 2010 by that time so it should compile on 2010. I will have to try it myself to see.


RE: Do you have source code 56b 2013? - G-Defender - 06-20-2017 04:21 AM

(06-20-2017 02:29 AM)Ben Wrote:  I'm prety sure we were using 2010 by that time so it should compile on 2010. I will have to try it myself to see.

I couldn't do it. also, if you check I'd appreciate it.

If the project is right here, I'd appreciate it if you add.

@ben and @Coruja

Thank you for your interest.


RE: Do you have source code 56b 2013? - aserehe - 06-27-2017 11:45 PM

I would like to examine. Will the project be added?


RE: Do you have source code 56b 2013? - Ben - 06-30-2017 07:32 AM

I was able to compile it on VC 2015 using the the VC 2010 project files found here.

Place these files in the graysvr folder of the source and you should be able to compile on 2010 without having to update it since those are my old 2010 project files.

If you still have errors, then maybe you are missing some of the required files.


RE: Do you have source code 56b 2013? - G-Defender - 07-02-2017 04:42 AM

@ben

thank you.

I've compiled with Visual Studio 2012 - 2013 version works fine.

56b 2009 version error.

I'm using Visual Studio 2012.

it gives the following errors.

Code:
1>CacheableScriptFile.obj : warning LNK4075: ignoring '/EDITANDCONTINUE' due to '/SAFESEH' specification
1>CVarFloat.obj : error LNK2019: unresolved external symbol "public: double __thiscall MTRand::randDblExc(void)" (?randDblExc@MTRand@@QAENXZ) referenced in function "public: static double __stdcall CVarFloat::GetRandVal(double)" (?GetRandVal@CVarFloat@@SGNN@Z)
1>CVarFloat.obj : error LNK2019: unresolved external symbol "public: double __thiscall MTRand::randDblExc(double const &)" (?randDblExc@MTRand@@QAENABN@Z) referenced in function "public: static double __stdcall CVarFloat::GetRandVal(double)" (?GetRandVal@CVarFloat@@SGNN@Z)
1>CWorld.obj : error LNK2019: unresolved external symbol "public: __thiscall MTRand::MTRand(void)" (??0MTRand@@QAE@XZ) referenced in function __catch$?GarbageCollection_UIDs@CWorldThread@@QAEXXZ$1
1>CExpression.obj : error LNK2019: unresolved external symbol "public: unsigned long __thiscall MTRand::randInt(void)" (?randInt@MTRand@@QAEKXZ) referenced in function "int __stdcall Calc_GetRandVal(int)" (?Calc_GetRandVal@@YGHH@Z)
1>Debug\sphereSvr.exe : fatal error LNK1120: 4 unresolved externals
========== Rebuild All: 0 succeeded, 1 failed, 0 skipped ==========

What is this error?