This is an already reported issue to microsoft, however, it seems like that it's still not fixed in update3 lately.
link1link2
After reading above articles, I've modified std::string trnascode(const sd::string& path) function a little bit, and I've tested that compile/execution echoserver have no problem.
When compile echoserver project, I got below link error. (Visual Studio 2015 Update3 version 14.0.25424.00)
This is an already reported issue to microsoft, however, it seems like that it's still not fixed in update3 lately. link1 link2
After reading above articles, I've modified
std::string trnascode(const sd::string& path)
function a little bit, and I've tested that compile/execution echoserver have no problem.Could you check this pull request? #90
Thank you for your time.