Verify that the Include directory
is in your Include path. For example: C:\IBM\ContentClassification\Client\C\Include
Add the following line to your code:
#include <BanterServerInclude/bnsClientApi.h>
Linking to the C Client executable
About this task
To link to the C Client executable:
Windows
Ensure that the C Client Lib directory is
in your Lib (Library) path.
Add the static library (bnsClient88.lib)
to your list of libraries to link with (VC++:
Tools > Options > Directories > Library files).
Ensure that the Bin directory is in your PATH environment
variable.
AIX®
Link with the C Client library (libBnsClient88.a).
Ensure that the C Client library is in a directory in your LIBPATH environment
variable, and that the Bin directory is in your LIBPATH environment
variable.
Linux and Solaris
Link with the C Client Shared Object (SO) library (libBnsClient88.so).
Ensure that the C Client Shared Object (SO) library is in a directory
in your LD_LIBRARY_PATH environment variable, and
that the Bin directory is in your LD_LIBRARY_PATH environment
variable.