in reply to Re^2: P5NCI + void load_function-signature
in thread P5NCI + void load_function-signature

The docs for P5NCI::Library say:

This function itself will throw an exception if you fail to provide both a function name and its signature. It will also throw an exception if it does not understand the signature. That might not be an error -- it doesn't understand a lot of valid signatures yet.

Looks like you found one it doesn't "understand."

-sam

  • Comment on Re^3: P5NCI + void load_function-signature

Replies are listed 'Best First'.
Re^4: P5NCI + void load_function-signature
by nostromo (Sexton) on Jun 22, 2006 at 16:10 UTC
    hm.... :(

    in the tests-directory there is a test that does test for 'vpi', so a pointer+integer, with return-value of void.
    maybe chromatic can give a little more insight...

    thx for your contributions, sam!