How to use lbcurl in a plug-in indesign
Hi.
'm trying to use the libcurl library to make https calls within an indesign plugin.
I have downloaded the library from the official website and in principle I have configured the plug-in included in the general option of the linker the directory where the libcurl libraries are and in the general option of c/c++ the inclusion directory where the * .h from libcurl.
When I include in the code.
#include "VCPlugInHeaders.h"
#include "Connection_CURL.h"
#include <curl/curl.h>
and I try to compile it gives an error.
Has anyone used the libcurl library for windows 64 within an indesign plugin?
Thank you.
