home *** CD-ROM | disk | FTP | other *** search
/ Shelly Cashman Series Ex…s - A Record of Discovery / Explore.bin / LINGO.INI < prev    next >
Text File  |  1994-12-19  |  541b  |  17 lines

  1. -- This is the text file LINGO.INI.  It is designed
  2. -- to tell Director for Windows what XObjects or
  3. -- DLLs should be loaded when starting DIRECTOR.EXE.
  4.  
  5. -- You should have a copy of this file and the associated
  6. -- DLL file (for example, FILEIO.DLL) in the same 
  7. -- location as any Projector you wish to distribute.
  8.  
  9. -- The DLLs or XObjects loaded are:
  10. -- FILEIO.DLL, for file input and output
  11. -- IMPRIMX.DLL, for printing the contents of text castmembers
  12.  
  13. on startup
  14.     openxlib "fileio"
  15. -- openxlib "imprimx"
  16. end startup
  17.