' \Project\R438_BoonTech\BoonCard\BoonCard.frm ' ' Written in Microsoft Visual Basic 5 ' ' ' Written by ' H Ramadan ' Unique Micro Design Pty Ltd ' PO Box 4290 ' Mulgrave, Vic 3170 ' Tel (03) 9582 7000 Fax (03) 9582 7001 ' 'Version History '07/09/04 HR ' - Created '08/09/04 HR V1.0.0 ' - First Release '06/10/04 HR V2.0.0 ' - Now matches booncard-tm specification issue 6, ie implementation of ' SIMPLE-TLV records '13/10/04 HR V2.1.0 ' - Matches booncard-tm specification issue 7, ie added TAG_PRINT '18/10/04 HR V2.2.0 ' - CheckResults() now has description ' - Fixed bug in converting to CSV ' - Fixed bug when reading more that 256 bytes from card '27/10/04 HR V2.2.1 ' - Overcome bug with ASEMemReadDataOnly()- returns error 32, ASEMEM_E_FUNCTION_NOT_SUPPORTED, ' when the length to read is 256 bytes. Overcome by reading in 64 bytes at a time '28/10/04 HR V2.2.2 ' - ASEMemReadDataOnly()- bug overcome with updated ASEMEM.BAS (27/10/04) ' - Put card read length back to 256