The C++ class library is distributed in binary and source code format.
The binary library, whose suffix may differ according to platform, is included with the SmartSockets distribution in these directories:
The binaries are compiled with a native compiler from a vendor’s platform. For example, a Sun SPARCompiler was used to compile binaries for Solaris.
Because C++ compilers do not necessarily generate binary code that is compatible with other C++ compilers, the C++ source is also distributed so that you can compile the class library with a C++ compiler compatible with your environment. The source files are located in this directory:
A sample makefile is included with the source files to build the C++ library. The library name produced and the name of the directory are:
On UNIX, the sample makefile builds the library with the Sun WorkShop C++ compiler, CC
.
This makefile does not overwrite the TIBCO library from the product distribution.
The source file organization is:
TIBCO SmartSockets™ C++ User’s Guide Software Release 6.8, July 2006 Copyright © TIBCO Software Inc. All rights reserved www.tibco.com |