home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Professional / OS2PRO194.ISO / os2 / prgramer / fort_lib / 00readme next >
Text File  |  1991-05-22  |  1KB  |  31 lines

  1. OS2VGA.LIB is a library with some simple graphics functions for OS/2
  2. protected mode not using the presentation manager.  The library can be
  3. used with any Microsoft compiler (especially FORTRAN) and was developed
  4. to port mainframe applications to the PC.  The usage of OS2VGA is
  5. demonstrated with 'DEMO.FOR'.
  6. A correct screen handling is guarenteed by OS2VGA.  This means, when a
  7. user switches to another screen group, and this is allowed any time,
  8. the graphic screen is saved and restored when switching back.  This task
  9. is done by a separate thread and therefore the multithread library
  10. (LLIBFMT.LIB) is used (see 'DEMO.LNK').
  11. An other thing to point out is the necessity of a definition file (see
  12. OS2VGA.DEF) when linking with OS2VGA because of the direct access to the
  13. harware using the IOPL segment.  To allow a user program (ring 3) to
  14. enter the IOPL segment (ring 2), the 'CONFIG.SYS' file must contain the
  15. statement 'IOPL=YES'.
  16.  
  17. The routines are tested with
  18.    - Microsoft OS/2 1.1 and 1.2
  19.    - Microsoft FORTRAN Compiler 5.0
  20.    - Microsoft Macro Assembler 5.1
  21.  
  22. This software can be used freely for private or educational purposes.
  23. If you want to use it for commercial purposes, contact the author.
  24.  
  25. Author:   Martin Stroeer
  26.           Saint Die Str. 25
  27.           D-7990 Friedrichshafen
  28.           Germany
  29.  
  30. E-Mail:   xdst001@convex.zdv.uni-tuebingen.de
  31.