socket.io-client-cpp icon indicating copy to clipboard operation
socket.io-client-cpp copied to clipboard

Compile for Windows XP

Open zeze-zeze opened this issue 2 years ago • 1 comments

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.

zeze-zeze avatar Dec 09 '22 06:12 zeze-zeze

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.

zeze-zeze avatar Dec 09 '22 06:12 zeze-zeze