For my windows app, I’m using the static library version of LexActivator, and also the supplied libcurl_MD.a library.
Which version of curl are those libraries build against?
I also want to use the libcurl API directly in my app.
So I’d like to stop using the supplied libcurl_MD.a library, and instead use one I’ve built locally.
But when I try that, some LexActivator API calls fail with error 48 (INET error).
So I think there is a mismatch between the version of libcurl that LexActivator was built against, and the version I’ve built locally.