I just downloaded curl
and managed to build a programe with it.
What I don't understand is why it requires both curllib.lib
and curllib.dll
?
In my opinion either curllib.lib
or curllib.dll
should be enough, why both?
Also I've searched through the source but doesn't find anywhere it uses dlopen
to load curllib.dll
, so why is curllib.dll
required to run?