home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 2 / Apprentice-Release2.iso / Tools / Languages / Icon 8.1 / mep1 / External Functions / README
Encoding:
Text File  |  1990-11-24  |  766 b   |  23 lines  |  [TEXT/PICN]

  1. 1. Additional Functions for Managing Files Containing Resources
  2. ---------------------------------------------------------------
  3.  
  4. The OpenResFile and CloseResFile external functions are described on
  5. pages D-1 and D-2 of the ProIcon manual.  ProIcon includes two additional
  6. functions that are always accessible.  To obtain the file ID of the
  7. current resource file, use:
  8.  
  9.     resFile := callout("CODE", "CurResFile")
  10.  
  11. To establish a particular resource file as the first file to be searched
  12. by the operating system, use:
  13.  
  14.     callout("CODE", "UseResFile", resFile)
  15.  
  16.  
  17.  
  18. 2. HyperCard XCMD/XFCN Interface Version
  19. ----------------------------------------
  20.  
  21. The callbacks of the HyperCard interface provided by ProIcon reflect
  22. the interface supported by HyperCard version 1.2.5.
  23.