Installing socket.io C++ -
i try work socket.io in c++ can't seem example running. first asked me convert project visual studio (which 2015). did that. missing libraries offcourse (boost, websocket++, rapidjson). added them additional libraries in project settings. searching boost.lib. boost.lib doesnt exist in boost library installed on pc, deleted dependency list. figured included boost, why search lib doesn't exist. ran bjam.exe , b2.exe etc boost, if there boost.lib should there guess , isn't. i got error: https://msdn.microsoft.com/en-us/library/f6xx1b1z.aspx added msvcrt.lib , msvcmrt.lib linker's additional dependencies property. caused errors in included image.. now steps seemed fix problems had, create more errors in process. not understand how run project , can't find explanation of steps need take. can explain doing wrong? https://github.com/socketio/socket.io-client-cpp that try run, included siochatexample thanks in advance! current errors..... :( i th...