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!

[Release] 4.2-4.3 Source Code

Should I release Source Code 4.2 and 4.3? And why.


  • Total voters
    34
  • Poll closed .
Status
Not open for further replies.
Junior Spellweaver
Joined
Nov 19, 2014
Messages
132
Reaction score
12
Re: 4.2-4.3 Released Source Code

They are included....you should learn to read before trying to compile a C++ Program
already installed, why i get errors ? undeclared identifier or no such file directory or the others
 
Junior Spellweaver
Joined
Oct 23, 2013
Messages
162
Reaction score
68
Re: 4.2-4.3 Released Source Code

or just search in your files for missing declarations and look where these files are included. Then look what youre doing wrong.
 
Junior Spellweaver
Joined
Nov 19, 2014
Messages
132
Reaction score
12
Re: 4.2-4.3 Released Source Code

Like i said...learn to read
you are right
but I can't debug ? I give errors
Edit : ..
WARonline - [Release] 4.2-4.3 Source Code - RaGEZONE Forums
 
Last edited:
[emoji848]
Legend
Joined
Dec 3, 2011
Messages
2,232
Reaction score
1,518
Re: 4.2-4.3 Released Source Code

Either rebuild everything or disable BSC Make to fix this error...
 
[emoji848]
Legend
Joined
Dec 3, 2011
Messages
2,232
Reaction score
1,518
Re: 4.2-4.3 Released Source Code

Change _assert to ASSERT and make sure assert.h is included...
If you'd know what assert does, you would know that its not even working in release mode and can be commented out for the start...
 
Junior Spellweaver
Joined
Nov 19, 2014
Messages
132
Reaction score
12
Re: 4.2-4.3 Released Source Code

Change _assert to ASSERT and make sure assert.h is included...
If you'd know what assert does, you would know that its not even working in release mode and can be commented out for the start...

dude you are helping me alot.I fix array error because of you, but I am getting these errors

WARonline - [Release] 4.2-4.3 Source Code - RaGEZONE Forums
 
Junior Spellweaver
Joined
Oct 23, 2013
Messages
162
Reaction score
68
Re: 4.2-4.3 Released Source Code

im just wonder why the hell youre not readed what stealth and i wroted to you about these definitions.
 
Junior Spellweaver
Joined
Oct 23, 2013
Messages
162
Reaction score
68
Re: 4.2-4.3 Released Source Code

You have to use compiler predefinitions to include files from outdated loops. You can also modify these loops. Check where these files are included in source in your case you're missing just one compiler predefinition. If you cannot find that please leave this source.
 
Junior Spellweaver
Joined
Nov 19, 2014
Messages
132
Reaction score
12
Re: 4.2-4.3 Released Source Code

You have to use compiler predefinitions to include files from outdated loops. You can also modify these loops. Check where these files are included in source in your case you're missing just one compiler predefinition. If you cannot find that please leave this source.
Well, can you give tips where this file
 
Junior Spellweaver
Joined
Oct 23, 2013
Messages
162
Reaction score
68
Re: 4.2-4.3 Released Source Code

Its in LocalizationDefineCommon.h (definitions which you need).
In Contents.h are defined values needded in LocalizationDefineCommon.h
For example if youre compiling bins for Wikigames you have to add compiler predefinition
Code:
WIKIGAMES_ENG
for gameforge if i good remember:
Code:
_DEFINED_GAMEFORGE4D_
and thats all...
 
Junior Spellweaver
Joined
Nov 19, 2014
Messages
132
Reaction score
12
Re: 4.2-4.3 Released Source Code

Its in LocalizationDefineCommon.h (definitions which you need).
In Contents.h are defined values needded in LocalizationDefineCommon.h
For example if youre compiling bins for Wikigames you have to add compiler predefinition
Code:
WIKIGAMES_ENG
for gameforge if i good remember:
Code:
_DEFINED_GAMEFORGE4D_
and thats all...

thank you man, its okey
 
Last edited:
Junior Spellweaver
Joined
Oct 23, 2013
Messages
162
Reaction score
68
Re: 4.2-4.3 Released Source Code

That's standard errors when you're upgrading src. Try ti google it . There's a lot of solutions
 
Junior Spellweaver
Joined
Oct 23, 2013
Messages
162
Reaction score
68
Re: 4.2-4.3 Released Source Code

Does not matter from which source
 
Junior Spellweaver
Joined
Nov 19, 2014
Messages
132
Reaction score
12
Re: 4.2-4.3 Released Source Code

I dont pay to you; i will can build this solution in time but i just want more quick
 
Status
Not open for further replies.
Back
Top