cpprestsdk
cpprestsdk copied to clipboard
70+ Issues when building?
I am unsure if this is a problem on my end or if it is the library fault.
On compiling my code which is just the main method along with the include of the lib,
This is all the code that is in my main.cpp file.
#include <iostream>
#include "cpprest/http_client.h"
int main(int argc, char argv[]) {
return 0;
}
Can you share the platform, compiler and visual studio version?