in reply to Re^8: Turn a perl script into a Win32 Service
in thread Turn a perl script into a Win32 Service

BrowserUk,
I am working from one of the examples. I will let you know if I get it working (on Vista).

Update: It looks like the issue is the combination of running perl as a service and trying to do Win32::OLE->new('Outlook.Application'). It hangs there for a while then dies with Win32::OLE->LastError = Win32::OLE(0.1709) error 0x80010001: "Call was rejected by callee" When I kill outlook from the process table, it still fails to get the inbox. I am trying to track these problems down now.

Cheers - L~R

  • Comment on Re^9: Turn a perl script into a Win32 Service