Programmer’s Checklist
C++ Library Files
TIBCO Hawk C++ programs must link the appropriate library files. Choose the appropriate files based on operating system platform.
Note |
See Transport Based Library Files for appropriate library files based on the transport type. |
The table below lists the appropriate library files for the various TIBCO Hawk platforms.
OS platform |
Compilation Style |
Libraries to Link |
Microsoft Windows |
/MD compiled console application to be run with DLL |
|
Solaris |
Shared libraries |
libtibhawkami.so |
HP-UX |
Shared libraries |
For IA64(Itanium):
libtibhawkami.so |
AIX |
Shared libraries |
|
Linux |
Shared libraries |
|
Mac OS |
Mac shared libraries |
libtibhawkamicpp.dylib |