Click here to see code for TakeNote 6.61



TakeNote 6.61 is a version of my chess database that I updated in 1995.  It
has several bug fixes and enhancements to version 6.1 (and versions in between)
that I never uploaded for a variety of reasons.  I'm uploading 6.61 to my own
site because I recently saw that version 6.1 is posted on many different
Internet sites and I don't want anyone limited to an overly buggy version (6.1
had many enhancements I wanted to upload, but didn't have time to debug.). This
is MS/DOS software I wrote with MS QuickBASIC 4.5.  This is also source code!
To run this version of TakeNote you'll need to download QuickBASIC 4.5; there
are instructions on where to find this great compiler/interpeter in my read.me
file.

The help file looks corrupted, but you can use the help from version 6.1 (you
can find it on the Internet) or just play around with TakeNote; the menu is
pretty intuitive, but see the read.me file on how to use it.

I might write a 21st century version of TakeNote one of these days, and use 
a real RDBMS to store the games (during program execution and as permanent
storage) insted of the array based linked list you can study in the source code
(somebody might want to mess with this stuff - the code is very clean).

Return to list of programs