WinMdate 1.2
Copyright (C) 1999,2000 Sean Dwyer <ewe2@cvis.com.au> (see GPL.txt).

Quick Install
=============

Make a directory and copy winmdate.exe, winmdate.cnt, winmdate.hlp and
mtools.dll to it. Make a shortcut. You're done. Copy the commandline
programs anywhere you like.

The official binary distribution will do all this for you except the commandline programs, but you may have to add the help file, etc to the startup menu until i find a better installer.

Source Compilation Install
==========================

The binaries are included, however if you have C++ Builder 3.0
standard the instructions below will help you make it if you wish.

Firstly, WinMdate makes use of the freeware Delphi2 component Systray.
You will have to install this component into the IDE before compiling
WinMdate. My conversion of Systray for the BCB 3.0 IDE and the original
source are in the systray subdirectory. Note that this component
technically does NOT fall under the GPL, but its licence is consistent
with both the aims of the GPL and this project.

Please read the help files thoroughly on component installation! You'll
save yourself a lot of grief if you make sure the relevant compiled
parts are copied to the Program Files\Borland\Cbuilder3\Lib folder, and
also copy TrayIcon.dcu to the \Obj folder under that too. ttray.bpl,
ttray.lib and ttray.bpi are vital to getting the component working for
you independently of its compilation directory (a fact i only realized
halfway through the project - totally different to BCB 1.0 which never
had this problem). Tray.cpp and Tray.h need to be there too.

Now go into the dll folder and compile mtools.dll. This is a static
dll for Winmdate, so upon compilation, copy mtools.h, mtools.lib and
mtools.dll into the top directory.

The help subdirectory contains the help file source. Use the HCW
compiler to produce the help file and copy it to the top directory.

Now compile WinMdate. Everything should work ok. WinMdate doesn't
require any files other than the help file and the DLL, so you can
copy them anywhere you like.

I'd greatly appreciate someone with the time and patience to fix this
structure up and make it simpler if people really want to do the 
compilation themselves. I'm still finding my way around this IDE :).