home *** CD-ROM | disk | FTP | other *** search
/ L' Historie Grecque / VR_HIS_2.iso / LINGO.INI < prev    next >
Text File  |  1997-01-06  |  787b  |  18 lines

  1. -- This is the text file LINGO.INI.  It is designed
  2. -- to tell Director for Windows what Xtras, XObjects, or
  3. -- DLLs should be loaded when starting ANC-GR16.EXE or ANC-GR32.EXE.
  4. -- Loaded are:
  5. -- pomlite for printing capabilities
  6.  
  7. on startup
  8. --  put "Now loading LINGO.INI"&&the date&&the time
  9. --  put "This computer is running in "&& the colorDepth &"-bit color depth."
  10. --  set the centerStage to TRUE
  11.     openxlib "Pomlite"
  12.     -- Following line prevents crashes on Windows systems when using math functions 
  13.     -- such as power or log and passing bogus or extremely large/small values.
  14.     -- Invoking the float->string conversion code  with a valid value prevents
  15.     -- future crashes in this routine.  drs  1mar96 
  16.     if string(0.0)="a" then nothing
  17. end startup
  18.