iNTERFACEWARE Products Manual > Installing and Using Iguana > Using Iguana > Working With Plugins > Resolving Iguana Communication Library (IGC.dll) Errors > Language-Specific Iguana Communication Library Error Messages |
|
Looking for Iguana v.5 or v.6? Learn More or see the Help Center.
If you are running a plugin on Windows, your plugin is attempting to interact with the Iguana Communication Library (IGC.dll), and the Library is either not found or is the wrong version, the error message that is generated depends on the language in which you have written the plugin.
Java In Java, if IGC.dll is not found, the error message looks something like this:
If IGC.dll is the wrong version, the error message looks something like this:
The exit code for this error is 1.
C# and VB.NET In C# or VB.NET, if IGC.dll is not found, the error message looks something like this:
If IGC.dll is the wrong version, the error message looks something like this:
No error dialog is generated, and the exit code is 1.
C++ and Delphi In C++ or Delphi, if IGC.dll is not found, an error dialog appears, containing a message that looks something like this:
If IGC.dll is the wrong version, the message in the error dialog looks something like this:
No output is generated, and the exit code is 128 (which is reported as status "killed" by Iguana). For information on how to fix these problems, see Fixing Iguana Communication Library Errors. |