Re: Win32::API perl module

2004-11-09 Thread Gerrit P. Haase
Jason Pearce wrote: I just compiled what Reini posted, it compiled out of the box for me. http://xarch.tu-graz.ac.at/home/rurban/software/perl/Win32-API-0.41-cygwin.patch => http://xarch.tu-graz.ac.at/home/rurban/software/perl/Win32-API-0.42.tar.gz I actually just used the .tar.gz, and didn't eve

Re: Win32::API perl module

2004-11-08 Thread Jason Pearce
I just compiled what Reini posted, it compiled out of the box for me. http://xarch.tu-graz.ac.at/home/rurban/software/perl/Win32-API-0.41-cygwin.patch => http://xarch.tu-graz.ac.at/home/rurban/software/perl/Win32-API-0.42.tar.gz I actually just used the .tar.gz, and didn't even bother runing the

Re: Win32::API perl module

2004-11-08 Thread Gerrit P. Haase
Jason Pearce wrote: For what its worth, here is the binary install I am using. Its working nicely via setup.exe. I just pasted this at the bottom of my setup.exe Would you also send me a patchfile with all changes you finally used to build the module, please? Gerrit -- =^..^= -- Unsubscribe info

Re: Win32::API perl module

2004-11-08 Thread Jason Pearce
For what its worth, here is the binary install I am using. Its working nicely via setup.exe. I just pasted this at the bottom of my setup.exe @ perl-Win32API sdesc: ":API perl module compile for perl 5.8.2" ldesc: "Win32::API perl module compile for perl 5.8.2" category:

Re: Win32::API perl module

2004-11-06 Thread Reini Urban
any other libffi or ffcall based FFI solution, which can be used for Win32::API callbacks. Reini Urban wrote: Jason Pearce schrieb: I have been trying to compile up Win32::API perl module under Cygwin's perl. The latest version off CPAN doesn't build (see below). >>> http://xarch.

Re: Win32::API perl module

2004-11-06 Thread Jason Pearce
This worked a treat Reini, thanks very much for your help. I need this on several machines at work, so I will package it up in a tar.bz2 for use with setup.exe. Once tested I'll post it back here. Regards, Jason Reini Urban wrote: Jason Pearce schrieb: I have been trying to compile up Win32

Re: Win32::API perl module

2004-11-03 Thread Reini Urban
Jason Pearce schrieb: I have been trying to compile up Win32::API perl module under Cygwin's perl. The latest version off CPAN doesn't build (see below). http://xarch.tu-graz.ac.at/home/rurban/software/perl/Win32-API-0.41-cygwin.patch => http://xarch.tu-graz.ac.at/home/rurban/softwa

Win32::API perl module

2004-11-03 Thread Jason Pearce
I have been trying to compile up Win32::API perl module under Cygwin's perl. The latest version off CPAN doesn't build (see below). I have found some refernces to patches people have applied to get it working in the past. In particular Win32:API version 0.20. http://anfaenger

Win32::API perl module

2002-02-11 Thread Daniel R Risacher
I have ported the Win32::API perl module to Cygwin (or more properly, to GCC, since it was mainly the Intel-style _asm{} code that didn't work). So far, I have not tested it extensively, and am still trying to track down the original author of the module to get his blessing. Meanwhil