Full source code for version 4.40 released

Posted by Nick Gammon on Mon 23 Feb 2009 02:59 AM — 1 posts, 8,449 views.

Australia Forum Administrator #0
The full source for version 4.40 of MUSHclient can be downloaded here (2.7 Mb):

http://www.gammon.com.au/files/mushclient/src/mushclient_4.40_src.tgz

The MD5 sum for this file is:


ddb96d9f2248e68f2f038a2391721bea


A couple of files are omitted from the download to keep the file size down. The MUSHclient.hlp file is omitted as it is part of the normal download anyway. The contents of the "hlp" directory used to build it are also omitted. I think they were in the previous download, and they are only needed for building the help, they are not really part of the source.

The following files are also omitted, as they are basically just from the SQLite source download:

  • sqlite3.c (3.44 Mb)
  • sqlite3.h (312 Kb)
  • sqlite3ext.h (24 Kb)


I added the following lines to the start of sqlite3.c to omit some of the compiler warnings:


// These first few lines added by NJG
// version 3.6.10
#  pragma warning(disable: 4244)
#  pragma warning(disable: 4018)
#  pragma warning(disable: 4049)
#  pragma warning(disable: 4761)


The SQLite files can be downloaded from:

http://www.sqlite.org/download.html

I got the file http://www.sqlite.org/sqlite-amalgamation-3_6_10.zip which unpacked into those three files.