$Id: README-0.9,v 1.1 2003/04/24 10:24:10 aquamaniac Exp $ LibChipCard 0.9 =============== Changes from 0.8 to 0.9 ----------------------- - This version fixes many bugs, some had survived many versions without being discovered - it uses a new class called CTCardTrader to find available cards - has a cleaned up CTCard class (this is the main interface to C++ programs) From Developers Point Of View ----------------------------- Direct creation of CTCard and derived objects is no longer allowed. You must now use the new class CTCardTrader which waits for cards and returns a valid CTCard object if a card becomes available. This new class basically replaces the whole startWaitForCard et. al. stuff which started to become intransparent. This version ships with some very descriptive tutorial files, please have a look into the folder "src/tutorial".