Re: Calling DLL functions from perl script

2007-10-10 Thread Jenda Krynicky
From: Pavel Vodopyan <[EMAIL PROTECTED]> > Hello Friends! > Does anybody know how to call DLL functions from Perl script. > (On Windows OS). > I will be thankful for any ideas. > Thank you. Are these "good old windows DLLs" or .Net ones? In the first case have a look at Win32::API : http://sea

Re: Calling DLL functions from perl script

2007-10-10 Thread Chas. Owens
On 10/10/07, Pavel Vodopyan <[EMAIL PROTECTED]> wrote: > Hello Friends! > Does anybody know how to call DLL functions from Perl script. > (On Windows OS). > I will be thankful for any ideas. > Thank you. snip This depends heavily on the DLL you are talking about. Most (if not all) of the Win32 in

Re: Calling DLL functions from perl script

2007-10-10 Thread Pavel Vodopyan
Hello Rob, I've tried to use it but cannot find there types which are presented in interface for my DLL, for example: LONGLONG iss_create (LONGLONG llDevline, LONGLONG llVersion, CString strIssueFields, CString strActivityAssignment, CString strComment) Rob Dixon wrote: Pavel Vodopyan w

Re: Calling DLL functions from perl script

2007-10-10 Thread Laxminarayan G Kamath A
On Wed, 10 Oct 2007 15:21:09 +0300, Pavel Vodopyan <[EMAIL PROTECTED]> wrote: > Hello Friends! > Does anybody know how to call DLL functions from Perl script. > (On Windows OS). > I will be thankful for any ideas. > Thank you. > I actually have absolutely no idea.. but i think i just did the rig

Re: Calling DLL functions from perl script

2007-10-10 Thread Rob Dixon
Pavel Vodopyan wrote: Does anybody know how to call DLL functions from Perl script. (On Windows OS). I will be thankful for any ideas. It depends what DLL functions you want to call, but take a look at Win32::API, which may do what you want. Rob -- To unsubscribe, e-mail: [EMAIL PROTECTED] F

Calling DLL functions from perl script

2007-10-10 Thread Pavel Vodopyan
Hello Friends! Does anybody know how to call DLL functions from Perl script. (On Windows OS). I will be thankful for any ideas. Thank you. -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] http://learn.perl.org/