Viewing IDL

H

Howard Kaikow

Is it possible to examine the IDL of a .XLL file?

I tried using OLE/COM Object Viewer, version 2.10.059, on

J:\Program Files\Microsoft Office\OFFICE11\Library\Analysis\ANALYS32.XLL

Result was

IMoniker::BindToObject failed on the file moniker created from ("J:\Program
Files\Microsoft Office\OFFICE11\Library\Analysis\ANALYS32.XLL"),
Unspecified error
E_FAIL ($80004005)
 
R

Ralph

Howard Kaikow said:
Is it possible to examine the IDL of a .XLL file?

I tried using OLE/COM Object Viewer, version 2.10.059, on

J:\Program Files\Microsoft Office\OFFICE11\Library\Analysis\ANALYS32.XLL

Result was

IMoniker::BindToObject failed on the file moniker created from ("J:\Program
Files\Microsoft Office\OFFICE11\Library\Analysis\ANALYS32.XLL"),
Unspecified error
E_FAIL ($80004005)

No. It isn't possible since it is NOT a COM component.

[You said "IDL" but believe you meant a Type Library. It is possible the
authors provided a Type Library.]

An .xll is a regular "WinAPI-type" Dll usually written using C/C++.

-ralph
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top