in reply to Re: how use the Inline::CPP module with a custom library
in thread how use the Inline::CPP module with a custom library

Is only a test

What I need is a way to conenct direcly with shared-memopry and ipc message queue managed in C.

C appli some optmisation so it's very difficult map correclty with the shared-memory fields using the perl statement for shared memory

I hope to reuse the original C code inside perl to avoid future problem when code will be modified, but it doesn't seems to works.

So I will try rewrite the piece of C code I need inside the Inline section.

  • Comment on Re^2: how use the Inline::CPP module with a custom library