libinco_32
|
By libinco_32 we refer to inco_32.dll (on Windows) or libinco_32.so (on Linux). These shared libraries are used by customer applications as well as all the Indel debugging tools to communicate to Indel targets (such as SAM, IMP, etc.).
The library provides some C-functions that are declared in the <inco_32/inco_32.h>
file which is located in
on Windows, and in
on Linux.
Note that most of the functions declared in that file are meant for internal use only. They are used for debugging functionality and task state examination, etc. Theoretically, our customers could use these functions as well, but it usually doesn't make any sense.
In the following, we'll describe some noteworthy things about the content of this shared library and its usage.