home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / icssbo.zip / README.DOC < prev   
Text File  |  1994-05-11  |  3KB  |  68 lines

  1. ICSS OS/2 Borland Compiler Support
  2. May 11, 1994
  3.  
  4. ******************************************************************************
  5. The use of the ICSS OS/2 Borland Compiler Support is licensed only to licensees
  6. of the IBM Continuous Speech Series Developer's Tool Kit and is subject
  7. to all the terms and conditions of the Program License Agreement that is
  8. included with this Tool Kit.
  9. ******************************************************************************
  10.  
  11. ******************************************************************************
  12. *                                                                            *
  13. * COPYRIGHT:                                                                 *
  14. * ----------                                                                 *
  15. * Copyright (C) International Business Machines Corp., 1994.                 *
  16. *                                                                            *
  17. * DISCLAIMER OF WARRANTIES:                                                  *
  18. * -------------------------                                                  *
  19. * The ICSS OS/2 Borland Compiler support is sample code created by IBM       *
  20. * Corporation.  This sample code is not part of any standard IBM product     *
  21. * and is provided to you solely for the purpose of assisting you in the      *
  22. * development of your applications.  The code is provided "AS IS",           *
  23. * without warranty of any kind.  IBM shall not be liable for any damages     *
  24. * arising out of your use of the sample code, even if they have been         *
  25. * advised of the possibility of such damages.                                *
  26. *                                                                            *
  27. ******************************************************************************
  28.  
  29. -----------------
  30. Package Contents:
  31. -----------------
  32.  
  33.   ICSSAPIS.LIB -- Import library for the ICSS API (system linkage)
  34.   ICSSAPIS.DLL -- DLL for the ICSS API (system linkage)
  35.   ICSSAPIS.H   -- Header file for the ICSS API (system linkage)
  36.  
  37. ------------
  38. Description:
  39. ------------
  40.  
  41. This package contains an interface DLL, and associated import library and header
  42. file, which permit ICSS applications to be compiled and linked using the Borland
  43. C++ for OS/2 compiler (it has been tested using version 1.0 of the compiler).
  44. This DLL must be used in association with the ICSSAPI.DLL delivered with the
  45. ICSS product.
  46.  
  47. ---------------------------------------
  48. How To Use the Borland Compiler Support
  49. ---------------------------------------
  50.  
  51. 1) Copy ICSSAPIS.DLL to your \icss\bin directory.
  52. 2) Copy ICSSAPIS.LIB to your \icss\appl\lib directory.
  53. 3) Copy ICSSAPIS.H to your \icss\appl\include directory.
  54.  
  55. Note:  These steps assume you are using the default ICSS directory in your
  56. development environment.  If you are using a different directory structure, copy
  57. the files to appropriate directorys.
  58.  
  59. 4) The import library exports functions which are equivalent to
  60. the standard ICSS functions, but which have slighty different names.  Each
  61. function name is preceeded by an underscore, and has a suffix of _S.  For
  62. example, the ICSSListen equivalent is _ICSSListen_S.
  63.  
  64. 5) When you compile your programs, you will need to be sure that you specify the
  65. compile option which appends underscores to the names of all external names.
  66. This is the -u option, and is the default.
  67.  
  68.