Re: eucom help

new topic     » goto parent     » topic index » view thread      » older message » newer message

Tone Škoda wrote:
> 
> 
> i'm trying to use IMediaDet which is in qedit.dll.
> 
> eucom displays these errors:
> 80004002: No such interface supported
> could not get interface 2: 80004002
> 

Although qedit.dll exposes the usual information that you'd expect to use
with IDispatch (invoke), it doesn't appear to actually have an IDispatch
interface exposed.  Comment out this line in your wrapper:
--MediaDet_disp = add_iid( MediaDet_clsid_ix, IDispatch)

and use the vtable directly (via com_interface() calls) and it should 
work.  You've probably already found this, but here's the documentation on
the interface:

http://msdn.microsoft.com/archive/default.asp?url=/archive/en-us/directx9_c/directx/htm/imediadetinterface.asp

Matt Lewis

new topic     » goto parent     » topic index » view thread      » older message » newer message

Search



Quick Links

User menu

Not signed in.

Misc Menu