home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / libcvers.zip / article_appendix / patch / readme.txt < prev   
Text File  |  1998-08-04  |  755b  |  23 lines

  1. LIBC for C Set/2
  2. ----------------
  3.  
  4. This package enables IBM LIBC support for C Set++ v 2.x.
  5.  
  6. Use GNU patch to update your LIBC headers - from the Toolkit directory with
  7. LIBC headers (typically H\LIBC) type:
  8.  
  9. patch -p0 <cset21.fix
  10.  
  11. In order to use it, specify /Re as a compiler option for C Set, and then link
  12. using /NOD with LIBCS.LIB (or LIBCM/LIBCN/whatever else) and OS2386.LIB.
  13.  
  14. A few words about the patch: it has been produced as a workaround for C Set's
  15. troubles accessing CONST pointers and handling multiple EOFs in source files.
  16. It's highly recommended that you apply it to be protected against null pointer
  17. errors.
  18.  
  19. That's it. Contact the author if you have any more questions.
  20.  
  21. - Andrew Belov,
  22.   andrew_belov@hotmail.com
  23.