- Include the files in your project directory, and inside the project.
- Project Properties -> VC++ Directories -> Library Directories
$(MsBuildProjectDirectory)\Hosted+\cURL
$(MsBuildProjectDirectory)\Hosted+\JSON
- Project Properties -> Linker -> Input
libcurl_a.lib
jsoncpp.lib
Ws2_32.lib
Wldap32.lib
crypt32.lib
Normaliz.lib
- Project Properties -> Preprocessor ->
CURL_STATICLIB
- Apply then your good to go.
To Get Started, First Do:
HostedPlus::run();
To Get The Address You Can Do:
HostedPlus::json["addresses"]["addr name"]["addr"]
To Get The Conv You Can Do:
HostedPlus::json["addresses"]["addr name"]["cc"]
To Add A Function You Can Do:
auto function = HostedPlus::CreateDef<typedef,args...>("addr name");