home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 January / Chip_2003-01_cd1.bin / zkuste / delphi / unity / d56 / FNDUTL.ZIP / readme.txt < prev   
Encoding:
Text File  |  2002-10-29  |  2.4 KB  |  79 lines

  1. FUNDAMENTALS 3 - UTILITIES
  2. ==========================
  3.  
  4. 1. Description
  5.  
  6.    FUNDAMENTALS is a collection of Delphi code libraries.
  7.  
  8.    FUNDAMENTALS UTILITIES contain:
  9.  
  10.    Utils\
  11.        cUtils.pas           Utility functions for Integer, Bit, Set, 
  12.                             Float, Memory and Dynamic Arrays
  13.        cStrings.pas         Ansi String functions
  14.        cDateTime.pas        Date and Time functions
  15.        cRandom.pas          Uniform random number generators
  16.    Unicode\
  17.        cUnicodeCodecs.pas   Unicode encoders/decoders
  18.        cUnicodeChar.pas     Unicode character functions
  19.        cUnicode.pas         Unicode string functions
  20.        cUnicodeReader.pas   Unicode reader classes
  21.    DataStructs\
  22.        cTypes.pas           Base class for data structures
  23.        cArrays.pas          Array classes
  24.        cDictionaries.pas    Dictionary classes
  25.        cLinkedLists.pas     Linked lists classes
  26.    Streams\
  27.        cReaders.pas         Data readers
  28.        cWriters.pas         Data writers
  29.        cStreams.pas         Streams
  30.    System\
  31.        cRegistry.pas        Windows Registry access
  32.        cWindows.pas         Windows API utilities
  33.        cThreads.pas         Thread wrapper
  34.        cFileUtils.pas       File utility functions
  35.        cDynLib.pas          Windows Dynamic libary functions
  36.        cLog.pas             Log class
  37.  
  38.  
  39. 2. Installation
  40.  
  41.    1. Extract all files from the ZIP file to a directory (using the
  42.       "Use Folder Names" option checked), for example to c:\Fundamentals3
  43.  
  44.    2. Open the package file "Fundamentals3_Utilities.dpk" from Delphi
  45.       and Install.
  46.  
  47.  
  48. 3. Contact information
  49.  
  50.    Home page:
  51.    http://www.eternallines.com/fundamentals
  52.  
  53.    Sourceforge page:
  54.    http://fundementals.sourceforge.net
  55.  
  56.    Forum:
  57.    http://sourceforge.net/forum/forum.php?forum_id=2117
  58.  
  59.    E-mail:
  60.    david@e.co.za
  61.  
  62.  
  63. 4. Copyright information
  64.  
  65.    These units are copyrighted by the author (c) 1995-2002.
  66.  
  67.    There are no restrictions on use of these libraries in your applications,
  68.    including commercial applications.
  69.  
  70.    Included is the complete source code. In this same spirit I ask that you
  71.    contribute to its further development.
  72.  
  73.    You are not allowed to distribute a modified version of the source files,
  74.    nor misrepresent the origin of these libraries.
  75.  
  76.    Please send any changes, suggestions or bug reports to the author for
  77.    inclusion in future releases.
  78.  
  79.