cpprestsdk icon indicating copy to clipboard operation
cpprestsdk copied to clipboard

70+ Issues when building?

Open im-a-dweeb opened this issue 1 year ago • 1 comments

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, image image image

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;
}

im-a-dweeb avatar Jul 10 '24 14:07 im-a-dweeb

Can you share the platform, compiler and visual studio version?

giorgiozoppi avatar Aug 05 '24 15:08 giorgiozoppi