View Single Post
  #10  
Old 07-16-2004, 08:18 AM
Derision
Developer
 
Join Date: Feb 2004
Location: UK
Posts: 1,540
Default

I hacked the files a bit to compile it with Visual Studio .NET 2003

My 'hacked' Win32 source and a compiled .EXE can be downloaded from here:

www.rama.demon.co.uk/freaku.zip

I didn't log all the changes I made, but from memory:

changed fopen modes from 'r' to 'rb'
removed all 'inline' declarations.
Added #include <windows.h> where required.
Fixed wld_name mallocs which were 1 byte too short, causing runtime errors when 'free'ing.
Download SDL from here: http://www.libsdl.org/release/SDL-devel-1.2.7-VC6.zip

win32 doesn't have getopt, so I hacked the command line parsing so you need to run it as

Code:
freaku <eqdir> <zone>
e.g. freaku c:\everquest hateplane



Some zones work, lots don't, qrg and hateplane are a couple that I got to work with this Win32 version.
Reply With Quote