in reply to Re: Including existing C or CPP library using Inline
in thread Including existing C or CPP library using Inline
Dear Rob,
I followed your advise and including use Inline CPP; did help. Now, I am still struggling with passing perl strings to the function itself, which I guess is the reason for the function not being found. I wrote another function that is supposed to just print the passed string via cout and I also get the subroutine not found error. Integers work fine though, so it seems that converting the perl strings to C++ strings needs some work around.
Best, René
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Including existing C or CPP library using Inline
by syphilis (Archbishop) on Mar 12, 2014 at 23:30 UTC | |
by bontus (Novice) on Mar 21, 2014 at 18:24 UTC | |
by syphilis (Archbishop) on Mar 22, 2014 at 07:49 UTC | |
by bontus (Novice) on Mar 23, 2014 at 14:49 UTC | |
by davido (Cardinal) on Mar 23, 2014 at 17:05 UTC |