home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Professional / OS2PRO194.ISO / os2 / wps / graphic / fractint / sources / install.doc < prev    next >
Encoding:
Text File  |  1991-05-25  |  2.0 KB  |  39 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. SMPLHELP.DLL  support subroutines - Simple Help manager
  9. OPENDLG.DLL   support subroutines - file Open/Save dialogs
  10. *.L           L-System parameters from FRACTINT for DOS
  11. *.FRM         Formulas from FRACTINT for DOS
  12. *.IFS         Iterated Function System files from FRACTINT for DOS
  13. *.MAP         Palette map files - most from FRACTINT for DOS
  14.  
  15. To be able to run PMFRACT, you must put files SMPLHELP.DLL and OPENDLG.DLL
  16. in a subdirectory that is listed in the LIBPATH= parameter in you OS/2
  17. CONFIG.SYS file.  If you have created a subdirectory for your own tools
  18. and toys and listed it in the LIBPATH, it would be best to put them there.
  19. That is the approach I take for my own system.  If you have not added
  20. a subdirectory for your own DLL files, or you do not have the slightest
  21. idea what I am talking about here, then copy SMPLHELP.DLL and OPENDLG.DLL
  22. to C:\OS2\DLL, which is the subdirectory where OS/2 himself puts his
  23. support subroutine files.  Failure to do this will usually result in
  24. the following error message on attempting to start PMFRACT:
  25.     SYS1804: The system cannot find the file .
  26. Note that OS/2 is actually attempting to tell you "I cannot find OPENDLG.DLL"
  27. or "I cannot find SMPLHELP.DLL" but is unsuccessful in doing so.
  28. Note that the LIBPATH is separate from the PATH for finding executable
  29. files, and can only be changed by altering CONFIG.SYS and re-booting.
  30.  
  31. The other files are best put all together in the subdirectory of your
  32. choice.
  33.  
  34. PMFRACT may be started just by saying PMFRACT.  All command line
  35. arguments documented for release 15.1 or FRACTINT for DOS are legal,
  36. but some are ignored (such as VIDEO= and BATCH=).
  37. For example, PMFRACT TYPE=MANDEL CORNERS=-0.726288/-0.721912/0.284798/0.288085
  38. draws my favorite area of the Mandelbrot set.
  39.