Re: Win32 Open File Event

2001-12-23 Thread $Bill Luebkert
Marcus wrote: > Is it possible to get the name of a file as the user opens it in any > application? > > The idea is for auto-decryption. They open a file in e.g. Word and you > get the file info from Windows, so you can decrypt it before the user > opens it. > > Any ideas on this one, I couldn'

Win32 Open File Event

2001-12-23 Thread Marcus
Is it possible to get the name of a file as the user opens it in any application? The idea is for auto-decryption. They open a file in e.g. Word and you get the file info from Windows, so you can decrypt it before the user opens it. Any ideas on this one, I couldn't find anything in the Win32 mo

Re: Re: Apache mod_isapi

2001-12-23 Thread Mark Bergeron
I have AP running with Apache 1.3 on windows XP right now. things seem to be going well enough. Of course I don't want to run into multiple processes on Apache (hence ISAPI) and of course I need to keep cranking out some ASP code on the side. that's why I had hoped to run this module. I wanted

Announce: Win32 Perl Programming: The Standard Extensions, 2nd Edition

2001-12-23 Thread rothd
Announce: Win32 Perl Programming: The Standard Extensions, 2nd Edition By Dave Roth The second edition of "Win32 Perl Programming: The Standard Extensions" has been published. This text is an authoritative guide to many of the critical tasks that Perl can perform effectively and efficiently in a

Re: Apache mod_isapi

2001-12-23 Thread Robert Pendell
The isapi module that comes with ActivePerl will not work with Apache. You will need to install mod_perl. Even still though, I would recommend that you do not connect perl directly to apache unless you feel like rewriting the configuration files. I know that the whole server will get messed up