in reply to Re^2: Typemap in Perl XS (no)
in thread Typemap in Perl XS

That sounds like 'char *' not 'void **'.

You need to be clearer on how "the string" should be allocated, at least.

- tye        

Replies are listed 'Best First'.
Re^4: Typemap in Perl XS (no)
by sohan123 (Novice) on Aug 14, 2012 at 14:39 UTC
    Yes..Thats fine. What i want to know is that how should i pass pointer to a pointer to a Perl XS subroutine? Even if i use char**, it breaks at run time saying "undefined symbol: XS_unpack_charPtrPtr".

      Yes. That's fine. Good luck working that out with somebody who you care to actually share some details so that they can help you.

      - tye