in reply to How to write a client for accessing COM server

Please help

You're asking on the wrong forum, see COM Messenger dll throws an exception "No such interface supported (Exception from HRESULT: 0x80004002 (E_NOINTERFACE)).

  • Comment on Re: How to write a client for accessing COM server

Replies are listed 'Best First'.
Re^2: How to write a client for accessing COM server
by Anonymous Monk on Jun 14, 2011 at 05:08 UTC
    i have registered the server on my system .Im assking whether the script written by me is proper

      ...whether the script written by me is proper

      It compiles.

      You could have determined that by typing "perl -c myscript" That's far fewer keystrokes and gets an immediate answer of equal quality, with less attitude.

      I'm assking

      Thanks for assking.


      Dave

        Hi Dave, Thanks for ur reply My intention of asking was whether the win32::ole was the proper library to access the COM Server. Is there a other way to access COM server
      i have registered the server on my system .Im assking whether the script written by me is proper

      What makes it proper? Its valid perl, does that make it proper? It makes valid Win32::OLE calls, does that make it proper? It generates some OLE error -- does that matter?