home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / ool.zip / OOL / README.TXT
Text File  |  1997-04-03  |  1KB  |  37 lines

  1. Readme file for the OPEN OBJECT LIBRARY
  2.  
  3. 1. What is the OPEN OBJECT LIBRARY?
  4. ===================================
  5.  
  6. The Open Object Library (OOL) is a C++ class library for Warp 3 or higher.
  7. It contains classes for 
  8. - controls, menus, dialogs and other types of windows
  9. - files, (named) pipes, DDE
  10. - graphic objects and printer-support
  11. - semaphores and other useful things like interfaces to Java, WebExplorer, REXX
  12.   and DIVE.
  13.  
  14. The OOL works with following compilers:
  15. - IBM Visual Age C++ 3.0
  16. - EMX/GCC 0.9b or higher
  17. - Watcom C/C++ 10.0
  18. Import librarys and DLLs for this compilers are delivered with this package.
  19.  
  20. The OOL contains HTML-documentation for most of the classes (Netscape or any
  21. other browser required which supports frames). 
  22.  
  23. The OOL is copyrighted freeware.
  24.  
  25.  
  26. 2. How to install the OOL
  27. =========================
  28.  
  29. To install the OOL you need a drive wich allows long filenames (if you don't
  30. need the HTML-documentation you can install it on a FAT-drive).
  31.  
  32. Copy the zipped file to a place you want o and unzip the file:
  33. >unzip ool.zip
  34.  
  35. For the begining you should read OOL.HTM (directory OOL\DOC, no frames) where
  36. you find detailed instructions how to work with the OOL.
  37.