Sorry, reading my mail I found is was not specific enough.
> is it possible to access the Inline object from C space, e.g. to read > out a config option? The point is not C space (because I could transfer object settings from Perl to C via globals as well), but runtime access by an ILSM. It would be sufficient if there was an API function that gets called *ever* when provided (after Inline object build and before C code invocation) but unfortunately I could not found one. info() gets called but only if a user uses the INFO flag, so I cannot rely on that. load() would be another candidate but only gets called for interpreted languages. Illustration: my ILSM *produces* C on the fly which then is processed by Inline::C. In this generated C code, I need knowledge of certain configuration settings. Thanks in advance Jochen