Hi maverick786us,
What is the std::error_code? It will have the underlying error code encountered from the operating system, and can provide more details. Also instead of hardcoding in the IP address you could use '' for the host component: uri_builder uri(L"http://:2001/");
Steve
What is the std::error_code? It will have the underlying error code encountered from the operating system, and can provide more details. Also instead of hardcoding in the IP address you could use '' for the host component: uri_builder uri(L"http://:2001/");
Steve