Picture of Christian 3200
Registered 8 years 176 days
Christian 3200 Tuesday, 7 April 2020, 03:33 PM
include libcurl/http request
Hello,

im currently trying to include curl lib to an innovaphone app following this guide: https://medium.com/@farhabihelal/how-to-set-up-libcurl-on-visual-studio-2019-a9fdacce6945
When looking at the tutorial, it tells me to "Add ${curl-dir}\builds\libcurl-vc-x86-release-static-ipv6-sspi-winssl\include to Configuration Properties -> VC++ Directories -> Include Directories." but there are no VC++ settings for me. when creating an emtpy cpp project, i can set these settings.
Is there an other way to add it to the app? I just want to do a simple http get/post to an external api from an innovaphone app.

Greetings,
Christian
Picture of Daniel Deterding (innovaphone)
Moderator Registered 15 years 179 days
Daniel Deterding (innovaphone) Wednesday, 8 April 2020, 06:55 AM
1 of 1 users consider this post helpful
Re: include libcurl/http request
Hi Christian,

the curl library is not included in our AP. We have our own HTTP Client:
http://sdk.innovaphone.com/common/interface/http_client.htm (an example is also present).

The HTTP Client works async like all our interfaces and should be sufficient for GET/POST/PUT with basic/digest/NTLM authentication.

Greetings,
Daniel
← You can define your color theme preference here