home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / ool_main.zip / ool / README.TXT
Text File  |  1998-05-02  |  2KB  |  47 lines

  1. Readme file for the OPEN OBJECT LIBRARY 1.0
  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. - control-windows, menus, dialogs and other types of windows
  9. - files, (named) pipes, DDE, sockets
  10. - graphic primitives and printer-support
  11. - semaphores and other useful things like interfaces to Java (TM), REXX and DIVE.
  12.  
  13. The OOL works with following compilers:
  14. - IBM Visual Age C++ 3.0
  15. - EMX/GCC 0.9b or higher
  16. - Watcom C/C++ 10.0 (Currently we have some problems with Watcom 10.x so the
  17.   librarys and DLLs for this compiler are not distributed, the makefiles for
  18.   the compiler are part of the package so you are able to build these files
  19.   yourself).
  20.  
  21.  
  22. The OOL is copyrighted freeware.
  23.  
  24.  
  25. 2. Files of the OOL
  26. ===================
  27.  
  28. The OOL is shipped in four packages:
  29. OOL_MAIN.ZIP   source, header-files, samples, course, documentation in
  30.                INF-format
  31. OOL_GLIB.ZIP   modules to rebuild the graphic import libarary of the OOL
  32. OOL_EMX.ZIP    DLLs and import librarys for EMX 0.9b (or higher)
  33. OOL_IBM.ZIP    DLLs and import librarys for Visual Age C++
  34.  
  35.  
  36. 3. How to install the OOL
  37. =========================
  38.  
  39. To install the OOL you need a drive wich supports long filenames (if you don't
  40. need the HTML-documentation you can install it on a FAT-drive).
  41.  
  42. Copy the zipped file to a place you want to and unzip the file:
  43. >unzip ool.zip
  44.  
  45. For the first step you should read OOL.INF (directory OOL\DOC) where you find
  46. detailed instructions how to work with the OOL.
  47.