Thanks, now its working. YOLO
Why when i run it and login, they say me nothing (no channels, server, etc.)
Why when i run it and login, they say me nothing (no channels, server, etc.)
Thanks for your help.Quote:
sk8ter08 a moment and i tell you how to solve.. ^^
-- EDIT --
Okay, try to change it:
With it:Code:err < 0 ? closesocket(Listen) && WSACleanup() && std::cout<<"Errore, impossibile avviare l'ascolto del server!"<<std::endl : std::cout<<"Listen() avviato con successo!"<<std::endl;
are you using the version 2012 or more ?Code:if(err < 0) { closesocket(Liste); WSAcleanup(); std::cout<<"Errore, impossibile avviare l'ascolto del server!"<<std::endl } else { std::cout<<"Listen() avviato con successo!"<<std::endl; }
4000 = EN
4001 = DE
4002 = FR
4003 = IT
4004 = PL
4005 = ES
4006 = CZ
4007 = RU
4008 = TR
if (err < 0)
{
closesocket(Listen);
//WSAcleanup();
std::cout << "Errore, impossibile avviare l'ascolto del server!" << std::endl;
}
else
{
std::cout << "Listen() avviato con successo!" << std::endl;
}
WSAcleanup()
WSACleanup()
closesocket(Liste);
closesocket(Listen);
it's some months ago, i haven't the conversation of skype.. :handsdown:Quote:
Kingrap, can you upload the screen where I tell you that you can publish this files..?
Thanks.. 'Cuz i dont remember ^^