Re: Changing summary information using DSOFile DLL [was RE: adding a title to a file on windows]

2005-03-14 Thread $Bill Luebkert
Jack D. wrote: > I did some more research and found out that you *can* use perl to change the > summaryinfo/extended properties: That's good except as near as I can tell that only works for structured storage files like those from M$ Apps (like Excel, Word, etc). > 1) First you need to download

install perl, usb flash drive

2005-03-14 Thread Hon Shi
I need my Perl! Is there anything I need to know about a perl installation to a portable usb flash drive? On each machine where I use this I plan on simply updating the path to point to perl/bin. The drive letter will change from box to box. Is that it? Thanks __

Re: Strange behaviour reading accents

2005-03-14 Thread Marcos Lorenzo de Santiago
On Friday 11 March 2005 05:58, Sisyphus wrote: Si >Marcos Lorenzo de Santiago wrote: Si >> On Thursday 10 March 2005 18:47, Marcos Lorenzo de Santiago wrote: Si >> ML > Si >use Text::Iconv; Si >> Si >> Where can I find this module for windows? In activestate.com sais it's Si >> not

SSLeay - Perl v5.8.6 Build 811 on WinXP

2005-03-14 Thread Dupuis . Dominic
Bonjour,       I try to use SSL connection (via LDAPS) and I got this error each time I try to execute my program:   --- Can't load 'C:/Perl/site/lib/auto/Net/SSLeay/SSLeay.dll' for module Net::SSLeay: load_file:Le système d'exploitation ne peut pas exécuter %1 at C:/Perl/lib/DynaLoader.pm

Calling DTS GetExecutionErrorInfo method with "by reference" arguments of types other than variant.

2005-03-14 Thread Brown, Jeremy
I don't know if there is any way to do this in ASPerl. If so, some advice is appreciated. I have constructed a Perl script to create a DTS package. I'm trying to print the step errors returned by the GetExecutionErrorInfo method, and am having a bit of trouble. When researching MSDN, I came ac

RE: Calling DTS GetExecutionErrorInfo method with "by reference" arguments of types other than variant.

2005-03-14 Thread Chris Cappelletti
DISCLAIMER *NOT A PERL EXPERT* Anyway, I have never used the DTS packaging stuff with Win32...however I have used a lot of other stuff with it. Assuming that "GetExecutionErrorInfo" is a function I would use variant (as you said you did) to set up the appropriate variables. As in My $VT_Error

RE: Calling DTS GetExecutionErrorInfo method with "by reference"arguments of types other than variant.

2005-03-14 Thread Brown, Jeremy
Jan Dubois, you are the ASPerl GOD... I just did a little browsing and came up with the answer. Below is the modified code... use Win32::OLE::Variant; #... sub StepErrors { my $ErrorCode=Variant(VT_I4|VT_BYREF, "-1"); my $Source=Variant(VT_BSTR|VT_BYREF, ""); my $Descr

Re: SSLeay - Perl v5.8.6 Build 811 on WinXP

2005-03-14 Thread Randy Kobes
On Mon, 14 Mar 2005 [EMAIL PROTECTED] wrote: > Bonjour, > > I try to use SSL connection (via LDAPS) and I got this > error each time I try to execute my program: > --- Can't load > 'C:/Perl/site/lib/auto/Net/SSLeay/SSLeay.dll' for > module Net::SSLeay: load_file:Le système d'exploitation ne >

perldoc with multiple tries

2005-03-14 Thread Suresh Govindachar
Hello, What's a good way to put a wrapper on perldoc so that a call such as "perldoc -k [options] arg" acts as follows: if "perldoc [options] arg" succeeds, returns it; else if "perldoc [options] -f arg" succeeds, returns it; else if "perldoc [options] -q arg" succeeds, returns it;

Re: perldoc with multiple tries

2005-03-14 Thread $Bill Luebkert
Suresh Govindachar wrote: > Hello, > > What's a good way to put a wrapper on perldoc so that > a call such as "perldoc -k [options] arg" acts as follows: > > if "perldoc [options] arg" succeeds, returns it; >else if "perldoc [options] -f arg" succeeds, returns it; >else if "perl

Windows DLL - Perl Interface

2005-03-14 Thread honery
>From my read of the applicable docs, and the examples I cannot find an appropriate tool for building a Perl interface to a Windows DLL (a Perl extension?). I'd appreciate it if some of the folks in this group experienced in Perl could provide a sanity check. The DLL is written in C; it has an int

Re: Windows DLL - Perl Interface

2005-03-14 Thread $Bill Luebkert
honery wrote: >>From my read of the applicable docs, and the examples I cannot find an > appropriate tool for building a Perl interface to a Windows DLL (a > Perl extension?). > I'd appreciate it if some of the folks in this group experienced in > Perl could provide a sanity check. > > The DLL is

Loss of Win32::SerialPort

2005-03-14 Thread Friend
I upgraded to 5.8.6 and suddenly the statement "use Win32::SerialPort;" crashes Perl with no error message (it creates a Dr. Watson log that I can't read). Worked fine before the upgrade. What happened, and what do I have to do to get it working again? Dave Ressler __

RE: Changing summary information using DSOFile DLL [was RE: adding a title to a file on windows]

2005-03-14 Thread Jack D.
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of $Bill Luebkert > Sent: March 14, 2005 4:04 AM > To: Jack D. > Cc: Perl-Win32-Users@listserv.ActiveState.com > Subject: Re: Changing summary information using DSOFile DLL > [was RE: adding a title

Re: Loss of Win32::SerialPort

2005-03-14 Thread Sisyphus
Friend wrote: I upgraded to 5.8.6 and suddenly the statement "use Win32::SerialPort;" crashes Perl with no error message (it creates a Dr. Watson log that I can't read). Worked fine before the upgrade. What happened, and what do I have to do to get it working again? Dunno - perhaps it's Win32::API