Re: PelXS on Win32 example

2004-03-17 Thread Bruce Gray
On Tue, 9 Mar 2004 17:26:11 -0800, [EMAIL PROTECTED] (Hariharan L Thantry) wrote: >Kinda new to XS and interfacing Perl with Win32 C code. I looked at the >tutorial for perlXS and am trying to get the first serious code to work >on my Windows XP system. I began XS on Win32 only last month, so the

Re: PerlIO_seek() changed in 5.8.1+?

2004-03-17 Thread Dan Sully
* Nick Ing-Simmons <[EMAIL PROTECTED]> shaped the electrons to say... Suggestions here? Add some diagnostics to XS code e.g. warn("Passing offset size=%d Off_t=%d",sizeof(offset),sizeof(Off_t)); Passing offset size=8 Off_t=8 at test.pl line 12. So that would seem to have been a red-herring. Anythi