Page 1 of 1

Compiling Unreal 3.2.5 (tre, zlib, curl) with MSVC8

Posted: Wed Aug 02, 2006 8:49 pm
by frozen
I have managed to compile Unreal 3.2.5 and tre.dll with MSVC8... even though the tre.dll I compiled is 168kb, 4.5 times bigger then the tre.dll that comes with the Windows Unreal 3.2.5 package but thats not a huge deal (or is it?!)

Moving on to my problem...

Code: Select all

LINK : fatal error LNK1181: cannot open input file 'libcurl.lib'
NMAKE : fatal error U1077: 'link' : return code '0x49d'
Stop.
C:\dev\Unreal3.2>
I downloaded unreal-libs.zip and can't find any docs on how to compile zlib and curl itself (the dlls).

Posted: Fri Aug 11, 2006 6:39 am
by sdamon
add "\Release" to the lib path. for example:

Code: Select all

E:\dev\curl-ssl\lib\Release

Posted: Sat Aug 12, 2006 4:56 am
by frozen
Im trying to compile zlibwapi.dll and libcurl.dll...