Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Compile for Windows XP #382

Open
zeze-zeze opened this issue Dec 9, 2022 · 1 comment
Open

Compile for Windows XP #382

zeze-zeze opened this issue Dec 9, 2022 · 1 comment

Comments

@zeze-zeze
Copy link
Contributor

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
Copy link
Contributor Author

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant