T
TomW
I've been using win32:
le for some time to automate PowerPoint
(Office 2003) on a server. I know it's not recommended but I'm stuck
with it. It's been working well for several years but sometime over
the last few days it stopped working. I've tracked down the possible
problem to this statement:
use Win32::OLE::Const 'Microsoft Office 11.0 Object Library';
For some unknown reason the above statement now causes the script to
hang. It will eventually time out. I'm at a total loss as to why
this is happening. The version of office has not changed. I even
reinstalled Perl from a clean image and it still hangs. Has anyone
ever encountered anything like this ? I have checked the event viewer
and there is no record of any error. Could it be the module is now
unable to communicate with PowerPoint and that causes the hang up ?
I'm stumped. Thanks in advance for any help.
(Office 2003) on a server. I know it's not recommended but I'm stuck
with it. It's been working well for several years but sometime over
the last few days it stopped working. I've tracked down the possible
problem to this statement:
use Win32::OLE::Const 'Microsoft Office 11.0 Object Library';
For some unknown reason the above statement now causes the script to
hang. It will eventually time out. I'm at a total loss as to why
this is happening. The version of office has not changed. I even
reinstalled Perl from a clean image and it still hangs. Has anyone
ever encountered anything like this ? I have checked the event viewer
and there is no record of any error. Could it be the module is now
unable to communicate with PowerPoint and that causes the hang up ?
I'm stumped. Thanks in advance for any help.