I'm using Netbeans IDE with C/C++ plugin.
My code compiles without any problem.
CURL_STATICLIB
is defined (-DCURL_STATICLIB
also tried #define CURL_STATICLIB
).
This is all my linked libs.
I'm trying to avoid packaging the exe with multiple DLLs, so I'm trying to statically link it.
Even though after link I still get the dependency errors. (libcurl.dll libeay32.dll)