in reply to XS Question: Problem with implementing a C struct representation in Perl

I've only been playing with XS, but I think you need to create a typemap. Since I'm not an expert I'll give you a link to a good artical. I hope this helps.
  • Comment on Re: XS Question: Problem with implementing a C struct representation in Perl

Replies are listed 'Best First'.
Re: Re: XS Question: Problem with implementing a C struct representation in Perl
by Big Willy (Scribe) on May 04, 2001 at 00:23 UTC
    Way ahead of you my friend...