Register forum user name Search FAQ

Gammon Forum

Notice: Any messages purporting to come from this site telling you that your password has expired, or that you need to verify your details, confirm your email, resolve issues, making threats, or asking for money, are spam. We do not email users with any such messages. If you have lost your password you can obtain a new one by using the password reset link.

Due to spam on this forum, all posts now need moderator approval.

 Entire forum ➜ MUSHclient ➜ Announcements ➜ Full source code for version 4.45 released

Full source code for version 4.45 released

Postings by administrators only.

Refresh page


Posted by Nick Gammon   Australia  (23,162 posts)  Bio   Forum Administrator
Date Fri 01 Jan 2010 12:07 AM (UTC)

Amended on Fri 01 Jan 2010 12:36 AM (UTC) by Nick Gammon

Message
The full source code for version 4.45 of MUSHclient can be downloaded here (2.9 Mb):

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

The MD5 sum for this file is:


d42b5a1e62e3400fdb9d6cafa7748461


The file sqlite3.c is omitted from the download, as it is very large (3.75 Mb), and is basically the file you get when you download SQLite3 from:

http://www.sqlite.org/sqlite-amalgamation-3_6_21.zip

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.21
#  pragma warning(disable: 4244)
#  pragma warning(disable: 4018)
#  pragma warning(disable: 4049)
#  pragma warning(disable: 4761)
#  pragma warning(disable: 4047)
#  pragma warning(disable: 4022)
#define SQLITE_SOUNDEX 1


Note: You need Microsoft's Visual Studio to compile this, as it uses MFC (Microsoft Foundation Class) libraries. The "free" or "lite" version of Visual Studio will not be able to compile it, as it does not have MFC.

This download is only for people who want to compile or examine the internals of MUSHclient. You don't need it to simply use the program to connect to a MUD.

- Nick Gammon

www.gammon.com.au, www.mushclient.com
Top

The dates and times for posts above are shown in Universal Co-ordinated Time (UTC).

To show them in your local time you can join the forum, and then set the 'time correction' field in your profile to the number of hours difference between your location and UTC time.


6,463 views.

Postings by administrators only.

Refresh page

Go to topic:           Search the forum


[Go to top] top

Information and images on this site are licensed under the Creative Commons Attribution 3.0 Australia License unless stated otherwise.