On Thu, 3 Dec 2009, [email protected] wrote:
Output: Error 12 error LNK2001: unresolved external symbol __imp__curl_easy_init wsman.obj
Preprocessor: WIN32;_DEBUG;_CONSOLE;USE_SSLEAY;USE_OPENSSL;-DCURL_STATICLIB
This looks wrong. They are all names but the last one has "-D" prepended to it. The define is named "CURL_STATICLIB", the -D is only for passing the defien to the compiler.
-- / daniel.haxx.se ------------------------------------------------------------------- List admin: http://cool.haxx.se/list/listinfo/curl-library Etiquette: http://curl.haxx.se/mail/etiquette.html
