home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Professional / OS2PRO194.ISO / os2 / wps / graphic / pmfract / install.doc < prev    next >
Encoding:
Text File  |  1992-04-04  |  2.1 KB  |  44 lines

  1. FRACTINT for OS/2 Presentation Manager
  2.  
  3. PMFRACT is distributed as follows:
  4.  
  5. READ.ME       the basic documentation file
  6. *.DOC         other documentation, of which this file is one of them
  7. PMFRACT.EXE   the main executable file
  8. PMFRACT.HLP   the Help file
  9. PMFRACT.INF   the Help file as a book
  10. OPENDLG.DLL   support subroutines - file Open/Save dialogs
  11. *.L           L-System parameters from FRACTINT for DOS
  12. *.FRM         Formulas from FRACTINT for DOS
  13. *.IFS         Iterated Function System files from FRACTINT for DOS
  14. *.MAP         Palette map files - most from FRACTINT for DOS
  15.  
  16. To be able to run PMFRACT, you must put file OPENDLG.DLL
  17. in a subdirectory that is listed in the LIBPATH= parameter in you OS/2
  18. CONFIG.SYS file.  If you have created a subdirectory for your own tools
  19. and toys and listed it in the LIBPATH, it would be best to put it there.
  20. That is the approach I take for my own system.  If you have not added
  21. a subdirectory for your own DLL files, or you do not have the slightest
  22. idea what I am talking about here, then copy OPENDLG.DLL
  23. to C:\OS2\DLL, which is the subdirectory where OS/2 himself puts his
  24. support subroutine files.  Failure to do this will usually result in
  25. the following error message on attempting to start PMFRACT:
  26.     SYS1804: The system cannot find the file .
  27. Note that OS/2 is actually attempting to tell you "I cannot
  28. find OPENDLG.DLL" but is unsuccessful in doing so.
  29. Note that the LIBPATH is separate from the PATH for finding executable
  30. files, and can only be changed by altering CONFIG.SYS and re-booting.
  31.  
  32. The other files are best put all together in the subdirectory of your
  33. choice.  PMFRACT.HLP must be in the same subdirectory as PMFRACT.EXE.
  34.  
  35. PMFRACT may be started just by saying PMFRACT.  All command line
  36. arguments documented for release 17.1 of FRACTINT for DOS are legal,
  37. but some are ignored (such as VIDEO= and BATCH=).
  38. For example, PMFRACT TYPE=MANDEL CORNERS=-0.726288/-0.721912/0.284798/0.288085
  39. draws my favorite area of the Mandelbrot set.
  40.  
  41. To see the online book, say
  42.    VIEW PMFRACT.INF
  43. at an OS/2 command line prompt.
  44.