Re: Compile perl Win32::OLE module

2019-03-30 Thread Achim Gratz
Chris Wagner writes: > --- OLE.xs.bak 2019-03-29 16:29:52.225925700 -0400 > +++ OLE.xs 2019-03-29 16:35:28.756575400 -0400 > @@ -480,7 +480,7 @@ > > /* Check against local computer name (from registry) */ > if (GetComputerNameA(szComputerName, &dwSize) > -&& stricmp(pszName,

Re: Compile perl Win32::OLE module

2019-03-29 Thread Chris Wagner
On 2019-03-29 9:43 pm, Massimo Balestra wrote: Thank you Chris for answering. But the problem is not during the test, but during the compilation itself (make). Yes, I know I could use ActiveState, but I don't want to have two perl installed on my pc. For me it is more important to have cygwin a

Re: Compile perl Win32::OLE module

2019-03-29 Thread Massimo Balestra
> Hi Massimo.  The following changes should let it compile.  The tests > working depends on the peculiarities of your Windows version and Excel > version.  I would, though, highly recommend using ActiveState Perl > along with their prebuilt module for any OLE work. > Thank you Chris for answering.

Re: Compile perl Win32::OLE module

2019-03-29 Thread Chris Wagner
On 2019-03-29 3:56 pm, Massimo Balestra wrote: Hi, I am trying to compile the module Win32::OLE but it fails. I searched on Google and I did not find any good suggestion. Can anyone help me? This is what I get: (This is from cpan but it is the same if I compile manually downlaoding the tar packag

Compile perl Win32::OLE module

2019-03-29 Thread Massimo Balestra
Hi, I am trying to compile the module Win32::OLE but it fails. I searched on Google and I did not find any good suggestion. Can anyone help me? This is what I get: (This is from cpan but it is the same if I compile manually downlaoding the tar package) cpan[1]> install Win32::OLE Reading '/hom