in reply to Accessing Bloomberg API's via Win32::OLE

DLL API is completely different with OLE.

In order to use Win32::OLE you need for that application to provide IDispatch COM interface.

If it does, you will go, otherwise you can't do this with Win32::OLE, but you will still be able to do it another way.
but this is completely different story.

  • Comment on Re: Accessing Bloomberg API's via Win32::OLE