- Original Message -
From: "Brian Ingerson" <[EMAIL PROTECTED]>
> Here is the basic template:
>
> use warnings;
> use strict;
> use Inline C => DATA,
>LIBS => '-L... -l...';
> # Perl code goes here
> __END__
> __C__
> /* C code goes here */
>
B
On 25/10/02 13:55 -0400, [EMAIL PROTECTED] wrote:
> I originally posted this to win32-perl mailing list and was advised this
> may be a better forum.
>
> I have downloaded the Inline::C module for perl. I am able to use it
> effectively with basic C code.
>
> My problem arises when I try to us
I originally posted this to win32-perl mailing list and was advised this
may be a better forum.
I have downloaded the Inline::C module for perl. I am able to use it
effectively with basic C code.
My problem arises when I try to use Inline w/ an application development
kit, especifically when