User profile: siloan

User info
User name:siloan
History
Joined:
Number of posts:44
Latest posts:

Tcp socket
I had tried the same test with the same function but adapted for udp datagram and everything is fine...

SFML help
Then your lib is not installed properly, there must be some specific files in /usr/include /usr/lib ...

SFML help
Add -static in the command line.

Tcp socket
[code] void client (string ip, int port, string msg) { #ifdef WIN32 WSADATA wsaData; if...

Tcp socket
Hmm i made some memory tests and initially from 600kb memory consumption of client program after 20k...