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

These are old archives. They are kept for historic purposes only.
Post Reply
frozen
Posts: 53
Joined: Sat Jun 12, 2004 7:39 am

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

Post 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).
sdamon
Posts: 46
Joined: Tue Jun 07, 2005 7:28 am

Post by sdamon »

add "\Release" to the lib path. for example:

Code: Select all

E:\dev\curl-ssl\lib\Release
frozen
Posts: 53
Joined: Sat Jun 12, 2004 7:39 am

Post by frozen »

Im trying to compile zlibwapi.dll and libcurl.dll...
Post Reply