home *** CD-ROM | disk | FTP | other *** search
/ APDL Public Domain 1 / APDL_PD1A.iso / program / dde / datatoaof / !DataToAOF / !help < prev    next >
Encoding:
Text File  |  1992-11-14  |  1.9 KB  |  40 lines

  1.    DataToAOF
  2.    ~~~~~~~~
  3.    Purpose:  Allows any file to be stored in an AOF file so that it will
  4.              become an integral part of the final image after linking.
  5.  
  6.    Author:   (c) Paul Fidler 1992
  7.  
  8.  
  9.    Setup:
  10.       Icon               Action/Meaning                               Default
  11.       ----               --------------                               -------
  12.       File               Name of file to be stored                      nil
  13.                          (typed or dragged)
  14.  
  15.       Read Only          This sets the READONLY bit of the area         off
  16.                          attributes                           
  17.       Store length       This stores the length of the data file        on
  18.                          in the AOF file
  19.       Store Data as      This makes the data's symbol a pointer.        on
  20.          pointer         Set it if you wish to use the data as a
  21.                          C array. If the data is to be accessed
  22.                          from Assembler, it is probably better not
  23.                          to use this option. See Guide for details    
  24.  
  25.       Data's symbol      This sets part of the name by which your       ""
  26.                          data is referenced from within your program
  27.       Length's symbol    This sets part of the name of the variable   "_length"
  28.                          used to store the length of the data file
  29.                          in your program
  30.       Prefix leafname    This prefixes the leafname of the data file    on
  31.                          to both 'Data's symbol' and 'Length's symbol'
  32.       Append leafname    This is as for 'Prefix leafname' except that   off
  33.                          the leafname is appended
  34.       Omit leafname      This ensures that neither symbol is altered    off
  35.                          by the leafname.
  36.  
  37.  
  38.       N.B. If neither 'Prefix leafname', 'Append Leafname' or 'Omit leafname'
  39.            is set, then 'Prefix leafname' is assumed by default.
  40.