Re: win32 problem

2002-10-25 Thread Sisyphus
- 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

Re: win32 problem

2002-10-25 Thread Brian Ingerson
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

win32 problem

2002-10-25 Thread Richard . Ferry
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