Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

[SHARE] FULL GS SOURCE - No More Selling

Junior Spellweaver
Joined
Mar 10, 2011
Messages
179
Reaction score
11
:\RanGS\RanThirdParty\boost\lib no folder in my ranthirdyparty :(

Just copy the lib from boost_1_43
1) Make a new folder name "boost" inside the directory "RanThirdParty"
2) Make a new subfolder inside "boost" and name it "lib"
3) Copy all the files inside the folder "C:\RanGS\RanThirdParty\boost_1_43\lib"
4) Paste it inside the new directories you created, ex: C:\RanGS\RanThirdParty\boost\lib\
 
Experienced Elementalist
Joined
Aug 13, 2007
Messages
210
Reaction score
14
He already said it.
1) Make a new folder name "boost" inside the directory "RanThirdParty"
2) Make a new subfolder inside "boost" and name it "lib"
3) Copy all the files inside the folder "C:\RanGS\RanThirdParty\boost_1_43\lib"
4) Paste it inside the new directories you created, ex: C:\RanGS\RanThirdParty\boost\lib\

on boost_1_43 folder no LIB only Libs
 
Junior Spellweaver
Joined
Oct 15, 2019
Messages
148
Reaction score
0
Here's mine:

And here's what I have upon building mine:
Thanks, my ranlogicserver is compiling now.

Edit: I got this error below when compiling the ran exe file now.

libboost_thread-vc90-mt-1_43.lib(thread.obj) : error LNK2005: "private: void __thiscall boost::thread::start_thread(void)" (?start_thread@thread@boost@@AAEXXZ) already defined
 
Last edited:
Joined
Feb 4, 2014
Messages
962
Reaction score
36
Here's mine:

And here's what I have upon building mine:

I follow this includes & Library and Result is Succeed and no Failed on EXE File

Note: Some people did not succeed in Compiling source, failed experience Its not on other VS install because mine I have VS2003, VS2008 & VS2010 Installed in my Computer and I do compile perfectly.
maybe double check your files & includes & library.
qZYzFIR - [SHARE] FULL GS SOURCE - No More Selling - RaGEZONE Forums
 

Attachments

You must be registered for see attachments list
Junior Spellweaver
Joined
Apr 30, 2015
Messages
152
Reaction score
2
I follow this includes & Library and Result is Succeed and no Failed on EXE File

Note: Some people did not succeed in Compiling source, failed experience Its not on other VS install because mine I have VS2003, VS2008 & VS2010 Installed in my Computer and I do compile perfectly.
maybe double check your files & includes & library.
qZYzFIR - [SHARE] FULL GS SOURCE - No More Selling - RaGEZONE Forums
Did you already try to build the tools?
 

Attachments

You must be registered for see attachments list
Junior Spellweaver
Joined
Apr 30, 2015
Messages
152
Reaction score
2
Any one can help
35>c:\_work\source\kwxport\kwxport.h(16) : fatal error C1083: Cannot open include file: 'coreexp.h': No such file or directory

nI4eBUP - [SHARE] FULL GS SOURCE - No More Selling - RaGEZONE Forums
 

Attachments

You must be registered for see attachments list
Newbie Spellweaver
Joined
Mar 23, 2018
Messages
62
Reaction score
26
Any one can help
35>c:\_work\source\kwxport\kwxport.h(16) : fatal error C1083: Cannot open include file: 'coreexp.h': No such file or directory

nI4eBUP - [SHARE] FULL GS SOURCE - No More Selling - RaGEZONE Forums

that file is not used base on source.
see ->
 

Attachments

You must be registered for see attachments list
Junior Spellweaver
Joined
Mar 22, 2020
Messages
159
Reaction score
110
Can somebody help me how to use emulator please? It has an error when I selected the mapslist, is says that userFeature_tw.luc CHARACTER**** is not declared.
Please help :(

Thank you in advance!
 
Newbie Spellweaver
Joined
Mar 23, 2018
Messages
62
Reaction score
26
Thanks, my ranlogicserver is compiling now.

Edit: I got this error below when compiling the ran exe file now.

libboost_thread-vc90-mt-1_43.lib(thread.obj) : error LNK2005: "private: void __thiscall boost::thread::start_thread(void)" (?start_thread@thread@boost@@AAEXXZ) already defined

I think you should this files libboost_thread-vc90-mt-1_43.lib located on ..\..\=boost\lib and put it on ..\RanThirdParty\boost\lib and ..\RanThirdParty\boost_1_43\lib folders



Can somebody help me how to use emulator please? It has an error when I selected the mapslist, is says that userFeature_tw.luc CHARACTER**** is not declared.
Please help :(

Thank you in advance!

extract files on glogic.rcc on ..\data\glogic where its located by using Rar.
 
Joined
Jul 16, 2012
Messages
1,310
Reaction score
116
Do you guys use the release or you manually compile each like basic, agent server etc...
co'z i get a lot of errors when using release but if I tried basic only no errors... thanks
Quiirex - [SHARE] FULL GS SOURCE - No More Selling - RaGEZONE Forums
 
Back
Top