

******************************
Mar-29-2006 [v3.01]

Change : There are functions reserved now, and new functions are provided 
         to replace them. They have the same parameters.
         
         Old function              New function
         ================          ==================
         P100X_Delay               P100X_DelayTick
         P100X_Do                  P100X_DigitOut
         P100X_Di                  P100X_DigitIn

         P100X_SetChannelConfig    P100X_SetChConfig
         P100X_Polling             P100X_AdPollingH
         P100X_AdPolling           P100X_AdPollingF
         P100X_AdsPolling          P100X_AdMultiPollingF
         P100X_AdsPacer            P100X_AdMultiPacer

         P100X_InstallIrq          P100X_IntInstall
         P100X_GetBuffer           P100X_IntGetBufferH
         P100X_GetFloatBuffer      P100X_IntGetBufferF
         P100X_GetIntCount         P100X_IntGetCount
         P100X_INT_AdStart         P100X_IntStart
         P100X_ExtINT_AdStart      P100X_IntStartExTrigger
         P100X_INT_AdStop          P100X_IntStop, P100X_IntRemove

         The parameter of P100X_DigitOut() and P100X_DigitIn() functions 
         have a little difference from the old ones. New function requires 
         4-byte data type to transfer 2-byte data, it is useful for programming
         languages whichs do not support unsigned data type.
         
Change : Combines the DLL driver and OCX control in a single setup program.

Change : Change the bus number limitation to 31.

******************************
Jan-26-2005

Add : Add external Interrupt function.

******************************
Mar-02-2000

Fix : Change the Interrupt-Architecture.
Fix : Fix the declaration with prefix "P100X_".


******************************
Jul-17-1999

Update : Fix the demo programs of Interrupt Mode
         to prevents the GAP.
         (Don't draw the wave if the process canceled by user.)
Update : Fix the declaration file for VC and BCB
         for adapt to C and C++ syntax.


******************************
May-15-1999

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.


