in reply to Re: Re: Re: embedded perl calls c subroutines
in thread embedded perl calls c subroutines

thanks for the hardcore version, nice to see the simple way, but i'll do the middle way between h2xs and this one, which would be the one you mentioned before. i'll write the xs glue at the bottom of main.xs convert it with xsubpp and link with the help of ExtUtils. so i stay portable (between perl versions and/or platforms) ;-) thanks for your help, i'll vote for your solution as soon as i've set up a real account :-)
  • Comment on Re: Re: Re: Re: embedded perl calls c subroutines

Replies are listed 'Best First'.
Re: Re: Re: Re: Re: embedded perl calls c subroutines
by Courage (Parson) on Aug 14, 2002 at 16:14 UTC
    You're right: choosing may be not easiest, but robust and supported way, you'll get most portable and clean final result.

    Best wishes,
    Courage, the Cowardly Dog