iNTERFACEWARE Products Manual > Installing and Using Iguana > Using Iguana > Working With Plugins > Writing a Plugin > Writing a Plugin in C++ > Using the IGC Libraries and API in C++ |
|
Looking for Iguana v.5 or v.6? Learn More or see the Help Center.
If you are using C++ to create your plugin, you must link your plugin with the IGC dynamic library and the IGC C++ static library. The names of these libraries depend on the operating system that you are using:
The IGC dynamic library is located in the directory in which Iguana is installed. The IGC C++ static library is built on your computer from the source and project files that are supplied in the IGC subdirectory of the directory in which Chameleon is installed.
An API is provided to enable your plugin to interact with the IGC libraries. To view the reference documentation for this API, follow this link: CHM, CHMnet and IGC Libraries Data Structures. Data structures in this reference whose names start with IGC can be used in plugins. For details on how characters are encoded in C++ plugins, see IGCcharacterEncoding Class Reference.
|