Rom2.4 Win32 Diff File?

Posted by Galen on Sat 15 May 2004 11:53 AM — 3 posts, 13,760 views.

Australia #0
Hello Again Nick and Co,

Ive been running rom muds in a linux environment for a good 10 or so years now.

Now being a .NET developer by profession im really missing for some of the debugging tools offered when you can run the mud in visual studio and very simply and easily step through your code.

So ive decided to embark on porting my Legends of Warcraft mud code into something that would compile in MSVC++ 7.1

I noticed the win32 port available for download on this site, and was wondering if there was a DIFF file to show actually what changes where made from the base code to get it to work in MSVC++ as it does.

Thanks in Advance
Galen
USA #1
This is a little more primitive, but what you can do is just compile your version, see where it doesn't work - generally it's in pretty obvious spots like directory management or networking - and then just go see how the Windows port of SMAUG does it. Like I said, primitive, yes, but effective. :) The spots where the code doesn't work in Windows are pretty easy to catch, so it shouldn't be much work; I don't think there is a diff file lying around but it shouldn't be terribly hard to use it.

Oh, and I believe that the Windows port isn't Windows-specific but rather just works on Win32 and *nux environments.
Australia Forum Administrator #2
The diffs for Rom24b6 are in this file, gzipped:

ftp://ftp.gammon.com.au/rom/win32_diffs.txt.gz