Re: Automating Outlook Messaging

2005-07-29 Thread Suresh Govindachar
Hirosi Taguti sent on 27 Jul 2005 14:22:16 +0900: > I was searching the way to Automate Outlook Messaging. > And has found some of modules, Win32::MAPI, Mail::Outlook... > > I tried these modules and tried to write scripts using OLE "MAPI.session", > but I got popups asking me password or Yes/No

Re: unable to download Crypt-SSLeay

2005-07-29 Thread Sisyphus
- Original Message - From: "Irmawaty Nugroh Nugroho" <[EMAIL PROTECTED]> To: Sent: Saturday, July 30, 2005 4:55 AM Subject: unable to download Crypt-SSLeay > I am trying to download Crypt-SSLeay to support https URLs so I won't get error like 501 Protocol Scheme 'https' is not supporte

Re: [aswin32] XS problem

2005-07-29 Thread Brian Casey
I thought it was weird that the msvcrt wasn't included in the link, but that was the way the makefile was generated (via h2xs and Makefile.PL). I added the -lmsvcrt to the LIBS array in Makefile.PL, and everything worked great. Thanks for your help. At 02:48 PM 7/29/2005, Robert May wrote: Bri

Re: [aswin32] XS problem

2005-07-29 Thread Robert May
Brian Casey wrote: >nmake Microsoft (R) Program Maintenance Utility Version 6.00.8168.0 Copyright (C) Microsoft Corp 1988-1998. All rights reserved. Skip blib\lib\MSC\LAPI.pm (unchanged) Running Mkbootstrap for MSC::LAPI () C:\Perl\bin\perl.exe -MExtUtils::Command -e chmod 644 LAPI.b

unable to download Crypt-SSLeay

2005-07-29 Thread Irmawaty Nugroh Nugroho
I am trying to download Crypt-SSLeay to support https URLs so I won't get error like 501 Protocol Scheme 'https' is not supported. I encountered the following error : "Failed to download http://theoryx5.uwinnipeg.ca/ppms/Crypt-SSLeay.ppd : 500 Server closed connection " When I tried to do thi

XS problem

2005-07-29 Thread Brian Casey
I spent some time trying to find something in the archives, with no luck. I need to call functions from a C-based DLL from Perl. The SO/XS interface works fine on Linux, but when I try to build the XS layer under AS Perl on Windows I get the following errors: >nmake Microsoft (R) Program Maint

RE: Forms for local perl scripts?

2005-07-29 Thread Ken Cornetet
The answer depends on how portable you want your application. If you need portability across windows and unix, the perl interface to Tk, or wxPerl are good bets.   If your code will run only on windows and you like using HTML forms, you can use Win32::OLE to "drive" IE.   From: [EMAIL PR