Image Magic and HTML::Embperl problems

2001-04-20 Thread steve silvers
Im running windows 2000 iis5 with perl 522. Im trying to build Image Magic and HTML::Embperl, but they both keep giving me the same error message. When I nmake, it runs then I get a bunch of garble, with: Magick.c 'cl' is not recognized as an internal or external command, operable program or b

win32::internet question and other questions

2001-04-20 Thread Jeremy Aiyadurai
hi how do i monitor a file transfer in progress? eg. the percentage how do reprint a line in the console without doing a system('cls') which happens to clear the entire screenthis is not what i want. thanx for your time jeremy ___ Perl-Win32-U

win32::process questions Help please!

2001-04-20 Thread Jeremy Aiyadurai
hi all I was wondering if some of you are able to anwser a couple of questions regarding the win32::process module. I am creating a ftp-client, I think i will have one script for issueing ftp commands and the other script for handling tasks, such as multiple connection download etc without inte

win32::process questions

2001-04-20 Thread Jeremy Aiyadurai
hi all I was wondering if some of you are able to anwser a couple of questions regarding the win32::process module. I am creating a ftp-client, I think i will have one script for issueing ftp commands and the other script for handling tasks, such as multiple connection download etc without inte

RE: [OLE] Preventing the IE splash screen

2001-04-20 Thread ron . wantock
Outstanding! M$ really hid that one didn't they. One correction for anyone following this thread. The key "Internet Explorer needs to be two words, as in HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Internet Explorer\Infodelivery\Restrictions Thanks Chuck, wantor > -Original Messag

Re: [OLE] Preventing the IE splash screen

2001-04-20 Thread Chuck . Hirstius
>Is there any way to prevent the Internet Explorer splash screen from >appearing when you create a non visible instance of an IE OLE object? > > >wantor Found it. This is for IE 5.0+ (I believe) and it is a registry hack (found this in some of the IEAK docs we had around here) open regedit and

Re: [OLE] Preventing the IE splash screen

2001-04-20 Thread Chuck . Hirstius
>Is there any way to prevent the Internet Explorer splash screen from >appearing when you create a non visible instance of an IE OLE object? > > >wantor I swear this a user selectable option in IE somewhere, or perhaps an "undocumented" registry key, but the name/value escapes me right now. We

[OLE] Preventing the IE splash screen

2001-04-20 Thread ron . wantock
Is there any way to prevent the Internet Explorer splash screen from appearing when you create a non visible instance of an IE OLE object? wantor ___ Perl-Win32-Users mailing list [EMAIL PROTECTED] http://listserv.ActiveState.com/mailman/listinfo/perl-

Kerberized rsh for NT

2001-04-20 Thread Martin, James S.
I'm writting a Perl script that makes some calls to rsh... I need a kerberized version of rsh for NT for my solution to work. I've downloaded both the source for the latest kerb from MIT and their Win32 binary distribution. The source does not compile a rsh client for NT, and the binary distro do

image magic problem

2001-04-20 Thread Greg Merritt
Hi, I tried installing the image magic module on win98 with activestate version 623, but it doesn't work. I've had no problems with image-magic in the past with the older 522 build. Has anyone else had problems? Thanks, Greg Merritt ___ Perl-Win32-

Re: DBI Keepalive

2001-04-20 Thread David M. Davisson
Robert, ORA-0113 errors can be more than just timeout errors. If I were you I would check with the DBA and see if there is anything in the database trace logs indicating an error on the server end. My experience is that ORA-0113 errors usually result from broken communication channels and not n

Re: DBI Keepalive

2001-04-20 Thread Grant Hopwood
-start- > Jones Robert Contr 81 CS/SCK <[EMAIL PROTECTED]> >at04/20/2001 01:22 PM > We have a query we execute on another site that takes a long time >before we get a response back. Due to some of the long periods between >receiving a returned value we will intermittently receive the e

HTML::Embperl

2001-04-20 Thread steve silvers
Im running win2000 IIS 5 and trying to install HTML::Embperl. After I nmake I get an error: Cannot open include file: windows.h: No such file of directory. So I went into win32.h file and commented it out and reran nmake. Then it can't find winsock.h Do I need to manually find and install thes

DBI Keepalive

2001-04-20 Thread Jones Robert Contr 81 CS/SCK
Using ActivePerl build 522 Using DBI 1.13.1 We have a query we execute on another site that takes a long time before we get a response back. Due to some of the long periods between receiving a returned value we will intermittently receive the error "ORA-03113: end-of-file on communication

Re: Closing Win32 dialogs

2001-04-20 Thread Chuck . Hirstius
>We have a process that is hung and is displaying a modal windows error >dialog. We can't kill the process directly -- its in a wierd state -- >its server sockets are still responding to messages but it doesn't show up >on the process list. What we really need is to close that dialog -- >either

Closing Win32 dialogs

2001-04-20 Thread Gross, Scott
We have a process that is hung and is displaying a modal windows error dialog. We can't kill the process directly -- its in a wierd state -- its server sockets are still responding to messages but it doesn't show up on the process list. What we really need is to close that dialog -- either by

image magic problem

2001-04-20 Thread Greg Merritt
Hi, I tried installing the image magic module on win98 with activestate version 623, but it doesn't work. I've had no problems in the past with the older 522 build. Has anyone else had problems? I also tried going directly to the ppm directory on activestate to see if there was any info, and it

RE: how to exec self?

2001-04-20 Thread Tom Allebrandi
> exec($0); I think that will work on NT since you can associate .pl with Perl in the command processor (aka DOS Box). Since you can't do the association in 9x, I think this is better exec("$^X $0"); $^X is the name of the perl interpreter itself. $0 is the name of the currently executing scri

installation problems

2001-04-20 Thread Greg Merritt
Hi,   I just tried installing the new perl version 623, and it wasn't able to set the autoexec.bat correctly. Has anyone else had trouble with this?   I would think this shouldn't be a problem.   I manually set it to:   PATH=C:\PERL\BIN;"%PATH%"   and now it works fine.   Greg

how to exec self?

2001-04-20 Thread Flynn, Timothy J
Hi, quick question. In windows is there a simple way to exec(self)? I want a program to rerun itself without having to reenter path and other info. I checked perldoc -f exec and it didn't say much about it. I seem to remember it being an option though. TIA. -Tim _

Re: [Re: ole, open and busy, how to determine]

2001-04-20 Thread JOHN PETRI
Carl Jolley <[EMAIL PROTECTED]> wrote: On 19 Apr 2001, JOHN PETRI wrote: > We really need an ole list ... > > Trying to get my script to die if the ss is busy but having no luck. > Tried everything (except the right thing). Keep getting 'save to' > dialogs. How do you discover the 'busy'

perlscipt cookie syntax

2001-04-20 Thread john z
what is the syntax under perscript for setting the domain and expires on a primary cookie. all the examples do it on subkeys. also, is relative time allowed for the expires: ex: +10m for 10 months in the future. the following does not work: response->cookies("cool")->{expires}="january 1, 2

RE: Win32::Daemon and backticks

2001-04-20 Thread PaulGould
Dave, > Do you get the same problem when you specify a full path in the open() > function? > Okay, how about if you configure the service to run under a user account (as > opposed to localsystem)? I was using the full path in the open() function already, and running the service under a user acco