Re: [Help] Compiling error
I posted some things about the source in the release section. check there.
Re: [Help] Compiling error
I have looked at that and i dont see anything pertaining to this error but i will go double check it
Re: [Help] Compiling error
This is what you have to [replace] in Server.ccp:
worldServerSock = socket(AF_INET, SOCK_STREAM, IPPROTO_TCP);
if(worldServerSock!=INVALID_SOCKET){
//char serverip[50];
//config.readInto(serverip, "ip");
if(connectToWorldServer("127.0.0.1",23000)){
//char servername[50];
//config.readInto(servername, "servername");
sendWorldServerAuth("Lionheart");
fd_set fds;
But you'll get new bugs, try to figure them out and later on if ya cant seem to find the solution try to ask ;3
Re: [Help] Compiling error
I got it to work but i need to test it now :)
Re: [Help] Compiling error
Re: [Help] Compiling error
O_O no but when i compile i cant find my exe's anywhere...
Just found my exe's and tryed to do that and got same error but try copy pasting your config.ini iinto the debugging folder
Edit: That didnt work either...