cURL / Mailing Lists / curl-library / Single Mail

curl-library

Re: want to remove ./lib/Makefile.b32.resp

From: Gisle Vanem <giva_at_bgnett.no>
Date: Fri, 16 Jul 2004 15:03:10 +0200

> but I still need an idea how to build a DLL with Borland; I've prepared a bit in
> the Makefile.b32, but when teh linker picks up the libcurl.def file it claims
> about every function in the def:
> Warning: Attempt to export non-public symbol 'curl_easy_cleanup'
> Warning: Attempt to export non-public symbol 'curl_easy_getinfo'
> Warning: Attempt to export non-public symbol 'curl_easy_init'
> ....
>
> and the DLL is only 47kb...

The old '_' problem?
Try pedump libcurl.dll and see what it exports (if anything).

I'm not sure Borland requires "__declspec(dllexport)" or "__export"
decoration for every API function (yuk if it does).

--gv
Received on 2004-07-16