Re: Need help with h2xs and XS

2005-10-29 Thread Sisyphus
- Original Message - From: "Bernard Kenik" <[EMAIL PROTECTED]> . . > > What I am really trying to do is access a DLL which has one entry point. > The C prototype for the function is: char *func(char * strp) > > Question: Should the compiler be the same as the compiler which made the > dl

Re: Need help with h2xs and XS

2005-10-29 Thread Bernard Kenik
Thank you for your reply. See inline comments. - Original Message - From: "Bernard Kenik" <[EMAIL PROTECTED]> To: Sent: Monday, October 24, 2005 1:21 PM Subject: Need help with h2xs and XS I am currently trying to learn how to use XS. I am reading and doing the

Re: Need help with h2xs and XS

2005-10-29 Thread Sisyphus
- Original Message - From: "Bernard Kenik" <[EMAIL PROTECTED]> To: Sent: Monday, October 24, 2005 1:21 PM Subject: Need help with h2xs and XS > I am currently trying to learn how to use XS. > > I am reading and doing the examples in the perlxstut. > > So

Re: Need help with h2xs and XS

2005-10-24 Thread Reinhard Pagitsch
Bernard Kenik wrote: - Original Message - From: "Reinhard Pagitsch" <[EMAIL PROTECTED]> To: "Bernard Kenik" <[EMAIL PROTECTED]> Cc: Sent: Monday, October 24, 2005 2:50 AM Subject: Re: Need help with h2xs and XS Hello Bernard, You did not include

Re: Need help with h2xs and XS

2005-10-24 Thread Bernard Kenik
- Original Message - From: "Reinhard Pagitsch" <[EMAIL PROTECTED]> To: "Bernard Kenik" <[EMAIL PROTECTED]> Cc: Sent: Monday, October 24, 2005 2:50 AM Subject: Re: Need help with h2xs and XS Hello Bernard, You did not include the libraries for

Re: Need help with h2xs and XS

2005-10-24 Thread Reinhard Pagitsch
Hello Bernard, You did not include the libraries for for strcmp and printf. regards Reinhard Bernard Kenik wrote: I am currently trying to learn how to use XS. I am reading and doing the examples in the perlxstut. So far I have not been able to do example1. I am using Windows XP with Servi

Need help with h2xs and XS

2005-10-23 Thread Bernard Kenik
I am currently trying to learn how to use XS. I am reading and doing the examples in the perlxstut. So far I have not been able to do example1. I am using Windows XP with Service Pack 2 on eMachine with an AMD64 cpu ActivePerl 5.8.7 VC++ 2003 Toolkit V