Jan-10-2001 for Windows 98/NT Fix : Fix bug in check-address function. Fix : Fix bug in GetFloatBuffer function. ****************************** Aug-15-2000 for Windows 98/NT Change : Change the interrupt architecture to use the event object. 1. The user have to call the CreateEvent() function to create event object and pass into the interrupt service routine. 2. And then call the WaitForSingleObject() function to wait for this event object be signaled. 3. Call the CloseHandle() function to release the handle of event object before calling the A826_INT_Stop() function. ****************************** [Ver 1.0] Aug-11-2000 for Windows 2000 A826 Development Toolkit for Windows 2000 Version 1.0 ****************************** Oct-09-1999 for Windows 98/NT Update : Rework the user interface of all the demo programs for VB, Delphi and BCB. Update : remove the A826Diag.exe (for DOS), and add the Diag.exe (for Windows 95/98 and NT). ****************************** May-15-1999 for Windows 98/NT Update : Change the format of user manual to .PDF. The user may need to free download the Adobe Arcobat Reader at http://www.adobe.com/arcobat/ Add : Add the user manual "CallDLL.pdf", it describes how to call the DLL functions with VB, VC++, Delphi, BCB. Add : Add the user manual "ResCheck.pdf", it describes how to check the resoures on Windows 95/98/NT. ****************************** May-07-1999 for Windows 98/NT Fix : A826_DELAY() uses Counter_0 . Interrupt uses Counter_1 and Counter_2 .