home *** CD-ROM | disk | FTP | other *** search
/ Network Support Encyclopedia 96-1 / novell-nsepro-1996-1-cd2.iso / download / netware / xcpp1.exe / README.TXT next >
Text File  |  1995-11-13  |  776b  |  19 lines

  1. The example programs included in this file are examples of how to do C++
  2. programing for NLMs using both the Watcom and Borland compilers.  A
  3. article will be published in a future issue of Novell's Developer Notes
  4. that explains the use of C++ in more detail.
  5.  
  6. For using Watcom, you will need to modify CLIB3S.LIB by using the 
  7. CLIB3S.CMD file that is in the Watcom directory.  An example of what 
  8. is needed follows:
  9.  
  10.    WLIB CLIB3S @CLIB3S.CMD
  11.  
  12. Also for the Watcom environment, make sure that the Novell supplied
  13. PRELUDE.OBJ is linked in.  You will get some warning messages that 
  14. certain components have already been used, but that is alright.
  15.  
  16.  
  17. For the Borland environment you will need Borland C/C++ 4.51 and NLINKPro
  18. from Base Technology in La Jolla, CA.
  19.