socket.io-client-cpp
socket.io-client-cpp copied to clipboard
Compile for Windows XP
For some reason, I have to make socketio work on Windows XP. Is there anyone knows how to build socketio with static library for Windows XP?
Any help is appreciated.
Now I'm running into a problem in Windows XP. When I tried to connect to the server as follow,
sio::client _sio_client;
_sio_client.connect(_uri, query, header);
it firstly executed the callback registered by set_open_listener, then the callback registered by set_socket_close_listener, and the program crashed.