On 20 August 2011 16:26, Gisle Vanem <[email protected]> wrote: > I.e. > 'CURL_EXTERN' in <curl/curl.h> is not '__declspec(dllimport)' as is required > when > using libcurl dynamically. > > Verify this with 'pedump module_static.dll' and 'depends'.
Here is pedump of module_static.dll: http://paste.pocoo.org/show/461288/ Seems like libcurl completly replaces all symbols in dll with it's own ones, as opposed to module_dynamic.dll: http://paste.pocoo.org/show/461289/ How this can be fixed? Sorry if i am missing something. ------------------------------------------------------------------- List admin: http://cool.haxx.se/list/listinfo/curl-library Etiquette: http://curl.haxx.se/mail/etiquette.html
