using XS for calling exported methods from a DLL

2005-10-14 Thread sam joseph
Hi Is there a way to call exported methods from a DLL without using win32::API. Has anyone tried calling an exported function from C DLL in a Perl Program using XS. I have a C DLL's source file and its header file and using h2xs D:\DLLProjects\simpledll3>h2xs -n ext2 simpledll3.h Writing ext

calling C DLL from Perl using h2xs

2005-10-13 Thread sam joseph
Hi All Has anyone tried calling an exported function from C DLL in a Perl Program. I have a C DLL's source file and its header file and using h2xs D:\DLLProjects\simpledll3>h2xs -n ext2 simpledll3.h Writing ext2/ext2.pm Writing ext2/ext2.xs Writing ext2/Makefile.PL Writing ext2/README Writing e

FW: Re: Urgent help in h2xs

2005-10-03 Thread sam joseph
ot;Sisyphus" <[EMAIL PROTECTED]> To: "sam joseph" <[EMAIL PROTECTED]>, <[EMAIL PROTECTED]>, Subject: Re: Urgent help in h2xs Date: Mon, 3 Oct 2005 18:11:33 +1000 - Original Message - From: "sam joseph" <[EMAIL PROTECTED]> To

FW: Re: Urgent help in h2xs

2005-10-02 Thread sam joseph
tory at C:/Perl/lib/ExtUt ils/MM_Unix.pm line 3079. and the line 3079 of MM_Unix.pm looks like this : open(FH,$parsefile) or die "Could not open '$parsefile': $!"; Anyone knowing why such kind of an error message is coming ??? From: "sam joseph" <[EMAIL P

Re: Urgent help in h2xs

2005-10-02 Thread sam joseph
some precious time in searching information in this area. Thanks, Sam. I From: Xiaofang Zhou <[EMAIL PROTECTED]> To: sam joseph <[EMAIL PROTECTED]>, beginners@perl.org Subject: Re: Urgent help in h2xs Date: Sun, 2 Oct 2005 11:58:20 +0800 Hi, Sam, Check what version of VC u'r

Urgent help in h2xs

2005-10-01 Thread sam joseph
hi I am new to perl and have got a project of interfacing c/c++ code with perl and have downloaded active perl. But i am stuck at the very basic step of execution. To interface i have to perform foll step: run h2xs run perl makefile.pl nmake after this i get an error message saying types.