home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / bpos2api.zip / README < prev   
Text File  |  1993-11-19  |  1KB  |  39 lines

  1.  
  2. OS/2 API FOR BPOS2 (Borland Pascal OS/2 patch)
  3. ----------------------------------------------
  4.  
  5. These Borland Pascal units are meant to be used with the great
  6. patch for BP 7.x which allows you to create native OS/2 programs
  7. in Pascal. The patch is courtesy of the German magazine c't, and
  8. is available on this site for downloading (BP7-OS2.ZIP).
  9.  
  10. The original source files did not include the full OS/2 API.
  11. I have translated the C header files to Pascal in order to
  12. produce units that BP can use. This archive contains four files:
  13.  
  14.         OS2DEF.PAS    - System types, constants, and conversion
  15.                         routines
  16.         OS2SUBS.PAS   - Subsystem API - video, mouse, keyboard
  17.                         routines
  18.         DOSPROCS.PAS  - System functions
  19.         DOSTYPES.PAS  - System types and constants
  20.  
  21. I have also changed the CRT, DOS, and COMPATIB units to make them
  22. use the new API files and to fix a few errors/omissions.
  23.  
  24. These units have not been very well tested, so use them at your own
  25. risk. I also admit than I am not all that familiar with the
  26. OS/2 API, so you may find a few misplaced VAR statements or
  27. what not.
  28.  
  29. Please drop me a line and let me know how things work. Also please
  30. send me any errors/omissions you may find in the units, and I'll
  31. include them in the next release.
  32.  
  33. Coming soon: PM API.
  34.  
  35. -----------------------------------------------
  36. Steven E. Hugg           sehugg@freenet.fsu.edu
  37. Florida State University
  38. 11/18/93
  39.