home *** CD-ROM | disk | FTP | other *** search
/ PC Online 1998 September / PCO_0998.ISO / filesbbs / os2 / af_511.arj / DEVELOP.ZIP / STRUCT.DOC < prev    next >
Encoding:
Text File  |  1998-02-08  |  2.6 KB  |  56 lines

  1. (******************************************************************************)
  2. (*                          ALLFIX sample procedures                          *)
  3. (*    Copyright (C) 1992,98 Harms Software Engineering, all rights reserved   *)
  4. (*                                                                            *)
  5. (*                 All information in this documentation is                   *)
  6. (*                  subject to change without prior notice                    *)
  7. (******************************************************************************)
  8.  
  9.         This package contains several files to help you on your way towards
  10.         creating 3rd party utilities for ALLFIX.
  11.  
  12.         The information in this documentation is not very detailed. It
  13.         is suggested that you look at the few example procedures to
  14.         learn how to read in the data files. Please make sure that the
  15.         file structure remains correct, if your utility needs to update
  16.         any of the files. Corrupt files can lead to a lot of headaches.
  17.  
  18.         Following is a description of the 5 sample files:
  19.  
  20.         TYPES.PAS               Contains the type definitions for ALLFIX.
  21.  
  22.         FILEECHO.PAS            Contains a sample procedure for reading
  23.                                 the file echo configuration. The procedure
  24.                                 for reading the node manager, hatch manager,
  25.                                 etc, configuration is identical to this one.
  26.                                 Therefore, those routines are not included
  27.                                 in this package.
  28.  
  29.         STATFILE.PAS            Contains a sample procedure for reading
  30.                                 in the statistics information.
  31.  
  32.         FILEAREA.PAS            Contains a sample procedure for reading in
  33.                                 the FILEAREA.FIX file.
  34.  
  35.         CRC32.PAS               Contains sample procedures for calculating
  36.                                 the 32 bit CRC of filenames and strings.
  37.  
  38.         INTERNET.DOC            Contains the formats and structures used
  39.                                 to send files via the internet.
  40.  
  41.         UUENCODE.PAS            Contains routines to uuencode and decode
  42.                                 binary data.
  43.  
  44.  
  45.         Please feel free to contact me if you have any trouble with any
  46.         of these definitions. Also, if you make any nice utilities, please
  47.         let me know, so that we can hatch them in the ALLFIX Utility
  48.         fileecho and make them available on our website.
  49.  
  50.  
  51.         Thank you,
  52.  
  53.         Harald Harms (harald@allfix.com)
  54.  
  55.  
  56.