Copyright © Cloud Software Group, Inc. All Rights Reserved
Copyright © Cloud Software Group, Inc. All Rights Reserved


Chapter 4 AMI API : Programmer’s Checklist

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.
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.
Microsoft Windows
/MD compiled console application to be run with DLL
tibhawkamicpp.lib tibhawkami.lib
libtibhawkami.a
libtibhawkamicpp.a
libtibhawkamicpp.dylib
libtibhawkami.dylib
C Library Files
TIBCO Hawk AMI C API programs must link the appropriate library files.
The table below lists the appropriate library files for use on the different TIBCO Hawk platforms.
Microsoft Windows
Transport Based Library Files
TIBCO Rendezvous Based Libraries
The table below lists the appropriate library files based on TIBCO Rendezvous for use on different platforms:
Microsoft Windows
/MD compiled console application to be run with DLL
TIBCO Hawk DataGrid Based Libraries
The table below lists the appropriate library files based on TIBCO Hawk DataGrid for use on different platforms:
Microsoft Windows
/MD compiled console application to be run with DLL
as-common.lib
as-core.lib
libas-common.so
libas-core.so
libas-common.a
libas-core.a
libas-common.dylib
libas-core.dylib

Copyright © Cloud Software Group, Inc. All Rights Reserved
Copyright © Cloud Software Group, Inc. All Rights Reserved