From c894a7cdd8686ea695602a23a511a3f1b0d047be Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Mon, 14 Aug 2023 21:07:46 +0200 Subject: New upstream version 4.1.4 --- 1Tdata/xbase/xbase64-4.1.4/docs/howto/Hacking.txt | 28 ----------------------- 1 file changed, 28 deletions(-) delete mode 100755 1Tdata/xbase/xbase64-4.1.4/docs/howto/Hacking.txt (limited to '1Tdata/xbase/xbase64-4.1.4/docs/howto/Hacking.txt') diff --git a/1Tdata/xbase/xbase64-4.1.4/docs/howto/Hacking.txt b/1Tdata/xbase/xbase64-4.1.4/docs/howto/Hacking.txt deleted file mode 100755 index 3447490..0000000 --- a/1Tdata/xbase/xbase64-4.1.4/docs/howto/Hacking.txt +++ /dev/null @@ -1,28 +0,0 @@ - - -How to modify the library: - - -The library was redesigned with a structure in mind to allow additional -dbf, memo and index files to be added relatively easily without trashing -the underlying codebase. - - -To add functionality to add a DBF, or tailor a particular dbf class, -create a new derived class using the xbdbf class as a base class. -The core xbdbf base class encompasses the DBASE III code base. - -At one time there was "Real Delete" processing embedded in the code. It -was removed from the core classes because it would be incompatible with -later versions of the xbase file structures. If you were interested in -adding this back into the library, you could derive a new dbf class -and add the mods into the new derived class, leaving the base class -as it stands. - - -To add additional memo functionality, create a new derived class from -the xbMemo class. - - - -Update xbFile::DetermineXbaseVersion to identify Xbase file type \ No newline at end of file -- cgit v1.2.3