home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / ocl150a.zip / OCL / Readme.libs < prev   
Text File  |  1996-08-12  |  451b  |  20 lines

  1. The libraries are compiled using the Warp Toolkit and the flag
  2.  
  3. #define __TK30__
  4.  
  5. So the libs cannot be used for OS/2 2.x. In case you're running
  6. OS/2 2.x you have to recompile the libraries using your compiler
  7. and the Developers Toolkit for OS/2 2.x. Please define the macro
  8.  
  9. #define __TK21__
  10. or
  11. #define __OCL_OS2_2X__
  12.  
  13. in your common header os2.h or prior to 
  14.  
  15. #include <ocl.hpp>
  16.  
  17. for compatibility with OS/2 2.x.
  18.  
  19. Benjamin Stein
  20.