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
* 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