in reply to Win32::OLE Events

ole withevents "No Such Interface Supported"RE: Win32::OLE->WithEvents problem (WAS: Outlook Express mail not ifier...) :: ASPN Mail Archive :: perl-win32-users
Win32::OLE->WithEvents($myObj,\&captureEvent, $EventInterfaceName )

Replies are listed 'Best First'.
Re^2: Win32::OLE Events
by mperlsyd (Initiate) on Apr 30, 2010 at 10:42 UTC
    Thanks for your reply. I tried using the Event Interface name as suggested but still get the same error message of "Not Implemented". The event interface name is registered properly (can see it in oleviwer/regedit) but not sure why i am not able to hook up the events. Any suggestions? Regards
      Whats the error number?
        I get the following error: testEvent.pl Loaded DFS Data Manager Win32::OLE(0.1707) error 0x80004001: "Not implemented" Thanks
        I get the following message: C:\Development\Source>testEvent.pl Loaded DFS Data Manager Win32::OLE(0.1707) error 0x80004001: "Not implemented" Thanks