Tiago Conceição 写道:
> i have problems one a plugin realese!!
>
> i have all includes and libs!
>
>
> libs: curllib.lib wsock32.lib ws2_32.lib zlib.lib winmm.lib msvcprt.lib
>
> #ifdef _WINDOWS
> #define CURL_STATICLIB
> #endif
>
> #include "curl.h"
>
> void test()
> {
> CURL *pcurl;
> CURLcode res;
> pcurl = curl_easy_init();
> if(pcurl)
> {
>
> }
> }
>
> and in realse happen external symbol errors!
>
> 1> Creating library .\Release/win32/serverplugin_sourceutils.lib and
> object .\Release/win32/serverplugin_sourceutils.exp
> 1>serverplugin_sourceutils.obj : error LNK2019: unresolved external symbol
> __imp__curl_easy_init referenced in function "void __cdecl test(void)"
> (?test@@YAXXZ)
> 1>.\Release/win32/source_utils.dll : fatal error LNK1120: 1 unresolved
> externals
>
>
> help please!
>
> _________________________________________________________________
> Mensagens em garrafa? Seja audaz, use o Messenger!
> http://www.communicationevolved.com/pt-pt/
>
> _______________________________________________
> cURLpp mailing list
> [email protected]
> http://www.rrette.com/mailman/listinfo/curlpp
>
>
You need libcurl.lib. Download at
http://curl.haxx.se/latest.cgi?curl=win32-devel-msvc
_______________________________________________
cURLpp mailing list
[email protected]
http://www.rrette.com/mailman/listinfo/curlpp