in reply to Re: Re: Re: Problems Passing String Argument With Nulls From C To Perl
in thread Problems Passing String Argument With Nulls From C To Perl

Roger, Thanks for your reply. I have never rolled my own XS module before. I would rather do it with the Win32::API but if you can't you can't. I guess I have a lot of learning to do. Thanks for all the help. Best Regards, Mike
  • Comment on Re: Re: Re: Re: Problems Passing String Argument With Nulls From C To Perl

Replies are listed 'Best First'.
•Re: Re: Re: Re: Re: Problems Passing String Argument With Nulls From C To Perl
by merlyn (Sage) on Feb 04, 2004 at 13:05 UTC
      I'd recommend SWIG - it's magically easy to use, and has the added benefit of allowing you to use your C functions in (in addition to Perl) Tcl, Python, Guile, Java, Ruby, and Mzscheme with minimal additional effort.

      Update

      More languages: Objective Caml, C#, and the Chicken scheme compiler.