William

Results 7 comments of William

Hi Joan, Please see sample code link: https://github.com/linuxrd007/sample.git Thank you.

Hi @jmigual, I chose C++ when I start this project at first, but still can not compiler. Should I download release version(v3.1.0) to test again? Thank you.

Hi @jmigual, v3.1.0 was include Boost libraries? If not, which is the suggested source code? Thank you.

Hi @jmigual, asio/ catch/ rapidjson/ websocketpp/ Are there 4 more libaries need to install by myself, which are the suggested source code? Thank you.

Hi @jmigual, I found the library as follows: asio/ : https://github.com/chriskohlhoff/asio catch/ : https://github.com/catchorg/Catch2 rapidjson/ : https://github.com/Tencent/rapidjson websocketpp/ : https://github.com/zaphoyd/websocketpp Socket.IO/ : https://github.com/socketio/socket.io-client-cpp/releases re-build source code by "cmake" & "make...

Hi @jmigual, Follow the installation without CMake instructions method is work, thank you. But, it spend a lot of time compiling program, thus use cmake install into OS is more...

Hi, After link "openssl" and define "SIO_TLS" but still error occur, please reference Code::Blocks setting as follows. ![NB_Image_20220322_131555](https://user-images.githubusercontent.com/18640144/159413147-90a68feb-606f-4ef8-bf8a-251bf74ba2b9.png) ![NB_Image_20220322_131611](https://user-images.githubusercontent.com/18640144/159413163-40af2fd5-d46c-4d82-9035-7635a79fce7c.png) compiler error log: ![NB_Image_20220322_141251](https://user-images.githubusercontent.com/18640144/159419025-88b6ca49-e07f-4928-a788-6de3b11a63ba.png) search openssl file path: ![NB_Image_20220322_131640](https://user-images.githubusercontent.com/18640144/159413174-c38db53f-ee2d-4f96-9087-83a528e6a36b.png) I found...