home *** CD-ROM | disk | FTP | other *** search
/ Chip 2002 July / Chip_2002-07_cd1.bin / zkuste / delphi / kolekce / d456 / CETOOLS.ZIP / cetools.txt next >
Text File  |  2002-04-23  |  3KB  |  81 lines

  1. **********************************************************************
  2. Author: TMS Software
  3.         Copyright ⌐ 2001 - 2002
  4.         E-mail: info@tmssoftware.com
  5.         Web: http://www.tmssoftware.com
  6. **********************************************************************
  7.  
  8. Delphi 4.0/5.0/6.0 & C++Builder 4.0/5.0/6.0
  9.  
  10.  
  11. Files :
  12. -----
  13.   cetoolsd4.zip : component files for Delphi 4.0
  14.   cetoolsd5.zip : component files for Delphi 5.0
  15.   cetoolsd6.zip : component files for Delphi 6.0
  16.   cetoolsc4.zip : component files for C++Builder 4.0
  17.   cetoolsc5.zip : component files for C++Builder 5.0
  18.   cetoolsc5.zip : component files for C++Builder 6.0
  19.   
  20. Release 1.3 :
  21. -------------
  22.  
  23. Set of 12 components to access a CE device's system info & registry, to
  24. do file & database operations between a CE device and desktop PC, to access the CE databases, to
  25. access the CE Contacts, Appointments & Tasks database and to execute remote function calls in a
  26. helper DLL.
  27.  
  28.  
  29. Feature Revision history :
  30. ------------------------
  31.  
  32.   31/8/2001   : first release
  33.   1/10/2001   : Added TCETasks: component for Tasks database access
  34.                 Added TCEDatabaseOperations: component for database copy between desktop PC and Pocket PC
  35.                 Added TCERemoteFunction: component to call functions in a remote helper DLL
  36.                 Added progress dialogs for file and database operations 
  37.   26/2/2002   : Added TCERunApp component
  38.                 Added TCECategories component
  39.                 Added TimeOut support
  40.                 Added C++Builder 6 support
  41.                 Added Category access support in Contacts, Appointments and Tasks databases
  42.   23/4/2002   : Added support for multiple file copy in CEFileOperations
  43.                 Added IncludeDirectory property in CEFindFiles to return directory
  44.                 Faster file transfer in CEFileOperations 
  45.   
  46.  
  47. Installation :
  48. --------------
  49.  
  50.  In Delphi 4,5,6 or C++Builder 4,5,6
  51.  
  52.  Unzip files cetoolsdX or cetoolscX into a component directory
  53.  
  54.  Delphi:
  55.  
  56.    Choose File, Open, Browse for CEToolsPkgdX.dpk
  57.  
  58.  C++Builder:
  59.  
  60.    Choose File, Open, Browse for CEToolsPkgcX.bpk
  61.  
  62.  From the package editor, choose Compile & Install  
  63.  
  64.  To use the TCERemoteFunction component, install the TMSTOOLS.DLL for your
  65.  appropriate Pocket PC CPU on the Pocket PC in the \Windows directory. The TMSTOOLS.DLL
  66.  file can be found in the HELPERDLL*.ZIP files.
  67.  
  68.  
  69. Usage :
  70. -------
  71.  This component is freeware for non-commercial applications.
  72.  License for commercial use is equivalent to buying source code,
  73.  
  74.  
  75. Help, hints, tips, bug reports :
  76. ------------------------------
  77.  Send any remarks to : help@tmssoftware.com
  78.  Please clearly state which Delphi or C++Builder version you are using
  79.  and which version of the component you are using. In case of doubt,
  80.  download the latest version first at http://www.tmssoftware.com
  81.