in reply to Inline::C query
If you have, or can have, the built librar(y|ies) from the OS package available on the runtime system as .so/.dlls, then Exposing Shared Libraries will get you started.
If the part(s) you want are not already being built to a shared library, then creating a makefile to build a shared library of the bits you need would be the best starting point. Then access those through Inline::C.
|
|---|