a note to any of you who may be having trouble compiling unreal w/ libcurl on win32:
the .dsp file included in libcurl is not maintained and needs a lot of work!! When i open it in visual studio, it automatically generates a newer .sln file, but a few things need to change:
for one thing, it ...
Search found 3 matches
- Sun Jul 11, 2004 2:18 am
- Forum: Unreal 3.2 Support
- Topic: libcurl on win32
- Replies: 5
- Views: 2952
- Sun Jul 11, 2004 1:20 am
- Forum: Unreal 3.2 Support
- Topic: libcurl on win32
- Replies: 5
- Views: 2952
libcurl on win32
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 ...
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 ...
- Sat Jul 10, 2004 2:05 am
- Forum: Unreal 3.2 Support
- Topic: Unreal 3.2.1 Win32 Build Problems - type redefinition errors
- Replies: 6
- Views: 4499
my solution
my solution was to go to the curl directory, and open include/curl/multi.h
and change line 55
#include <winsock2.h>
to
#include <winsock.h>
that fixes it.
-- fez
and change line 55
#include <winsock2.h>
to
#include <winsock.h>
that fixes it.
-- fez