Re: [Help] Edit and Rebuild bin server ep3.5
S_can_server_setting_hsson
Re: [Help] Edit and Rebuild bin server ep3.5
Quote:
Originally Posted by
St34lth4ng3l
S_can_server_setting_hsson
yes.I tried but it not work :(..And i tried all configuration in that, but it not work too...!!
Re: [Help] Edit and Rebuild bin server ep3.5
EDIT: you have setted up configuration for wikigames?
Go to Tools->Customize->Toolbars and enable "Build",after this expand the dropdownlist and select wikigames.
Re: [Help] Edit and Rebuild bin server ep3.5
Quote:
Originally Posted by
Aesir
EDIT: you have setted up configuration for wikigames?
Go to Tools->Customize->Toolbars and enable "Build",after this expand the dropdownlist and select wikigames.
It not work too....:(:
http://www.upsieutoc.com/images/2015/07/06/error3.jpg
Re: [Help] Edit and Rebuild bin server ep3.5
Probably you fucked up something in your Src...
Re: [Help] Edit and Rebuild bin server ep3.5
theres unsigned long pointer error
edit:
Bad Request
Re: [Help] Edit and Rebuild bin server ep3.5
Ok,this is the problem.
If you do as Silver said:
Code:
#if defined(WIKIGAMES_ENG)
#include "Str_VIE/StringDefineCommon.h"
#include "Str_VIE/StringDefineServer.h"
#include "Str_VIE/StringDefineClient.h"
#endif
you have to redefine some things. If you try without edit this code probably compilation will work.
Re: [Help] Edit and Rebuild bin server ep3.5
Quote:
Originally Posted by
Aesir
Ok,this is the problem.
If you do as Silver said:
Code:
#if defined(WIKIGAMES_ENG)
#include "Str_VIE/StringDefineCommon.h"
#include "Str_VIE/StringDefineServer.h"
#include "Str_VIE/StringDefineClient.h"
#endif
you have to redefine some things. If you try without edit this code probably compilation will work.
May be....I extracted sourccode file again by default..and get a error "LINK : fatal error LNK1181: cannot open input file "libflex.lib""
http://www.upsieutoc.com/images/2015/07/07/libflex.jpg
Re: [Help] Edit and Rebuild bin server ep3.5
You have to install Bison (parser) and Flex (lexer) sdk with include method already explained by Silver...
Re: [Help] Edit and Rebuild bin server ep3.5
Quote:
Originally Posted by
Aesir
You have to install Bison (parser) and Flex (lexer) sdk with include method already explained by Silver...
I found bison and flex, then install them but i cant see libflex.lib file in lib folder...
Re: [Help] Edit and Rebuild bin server ep3.5
hi guys. i right click / Build Selection Fiedserver and get error....
http://www.upsieutoc.com/images/2015...eldsverror.png
Re: [Help] Edit and Rebuild bin server ep3.5
Quote:
Originally Posted by
St34lth4ng3l
Not really, you just need to add 1 lib and fix that "new" error in monster.h, then you are fine to compile
This is what you have to do ^^
Re: [Help] Edit and Rebuild bin server ep3.5
I guess it's nice to see people helping with this. One can just hope OP attempts to learn and understand the language rather than throw every single error on here.
Re: [Help] Edit and Rebuild bin server ep3.5
Quote:
Originally Posted by
burgers
I guess it's nice to see people helping with this. One can just hope OP attempts to learn and understand the language rather than throw every single error on here.
Yes but if you know the code, you don't need to go here to ask...
Re: [Help] Edit and Rebuild bin server ep3.5
Quote:
Originally Posted by
Aesir
Yes but if you know the code, you don't need to go here to ask...
Well done.