home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / csso0301.zip / SAMPLES / C-API / OS2 / VACPP / README.TXT < prev    next >
Encoding:
Text File  |  2000-02-23  |  567 b   |  21 lines

  1. C-API Compiler Notes
  2. --------------------
  3.  
  4. Tested by.......: Peter Koch
  5. E-Mail..........: peter.koch@ibk-software.ch
  6. Date............: 2/20/2000
  7. Complier used...: IBM VisualAge C++ V3.0 for OS/2
  8.  
  9.  
  10. o There are two batch files compiling and linking the library and embedding
  11.   samples. Both will create Embedd.exe and KcTstLib.dll, but from diffrent
  12.   sources:
  13.  
  14.   build.bat
  15.     Compile/link the plain C examples Embedd.c and KcTstLib.c
  16.  
  17.   buildpp.bat
  18.     Compile/link the C++ examples Embedd.cpp and KcTstLib.cpp
  19.  
  20.   Use TestLib.cmd to test the DLL.
  21.