libcurl on win32
Posted: Sun Jul 11, 2004 1:20 am
Hey, I was wondering if you have ever compiled Unreal 3.2.1 on win32 with ziplinks, ssl, and libcurl/c-ares enabled?
If so I have a question about libcurl...
As you no doubt know, it's a bitch to install...
I changed the default libc's to single threaded for both libcurl and cares, and I removed that weird free_whatever.c file from the libcurl project (the file that no longer exists), and i added ares_version.c and ares_cancel.c to the project, and I defined USE_ARES or whatever it was in the config_win32.h, and changed curl/multi.h's #include <winsock2.h> to #include <winsock.h> (to avoid errors with unreal which (when using IPv4) uses winsock 1.1).
so libcurl with c-ares compiles, but i get libcurl.dll but not libcurl.lib as an output... so it makes it impossible to link wircd....
Any help??
What process did you take to make it work?
btw, it's c-ares 1.2.0, libcurl 7.12.0, MSVS .net 2003, zlib 1.2.1 and openssl 0.9.7d
Well talk to ya later
-- Eric / fez
If so I have a question about libcurl...
As you no doubt know, it's a bitch to install...
I changed the default libc's to single threaded for both libcurl and cares, and I removed that weird free_whatever.c file from the libcurl project (the file that no longer exists), and i added ares_version.c and ares_cancel.c to the project, and I defined USE_ARES or whatever it was in the config_win32.h, and changed curl/multi.h's #include <winsock2.h> to #include <winsock.h> (to avoid errors with unreal which (when using IPv4) uses winsock 1.1).
so libcurl with c-ares compiles, but i get libcurl.dll but not libcurl.lib as an output... so it makes it impossible to link wircd....
Any help??
What process did you take to make it work?
btw, it's c-ares 1.2.0, libcurl 7.12.0, MSVS .net 2003, zlib 1.2.1 and openssl 0.9.7d
Well talk to ya later
-- Eric / fez