Closed ronvar closed 4 years ago
Adding solution here for anyone else who might be seeing this error, if you are seeing this when running the example code in VS, you also need to include easywsclient.cpp
file which is commented out by default:
https://github.com/dhbaird/easywsclient/blob/master/example-client-cpp11.cpp#L4
I believe there is an issue when trying to establish a client connection using
from_url(url_name);
when trying to build using VS.Does not allow for a successful build as a result. Windows 10 x64. VS 16.