Re: eucom help
- Posted by Tone Škoda <tskoda at email.si> Sep 23, 2005
- 499 views
Matt Lewis wrote: > > Hmm...I'll look into this (although it may take a few days....) i found the solution; i had to add guid for interface (IMediaDet_clsid), i looked it up in qedit.dll with program PE Explorer, this is correct: global constant MediaDet_clsid = "65BD0711-24D2-4FF7-9324-ED2E5D3ABAFA", MediaDet_clsid_ix = add_clsid( MediaDet_clsid), IMediaDet_clsid = "65BD0710-24D2-4FF7-9324-ED2E5D3ABAFA", IMediaDet_ix = add_iid ( MediaDet_clsid_ix, IMediaDet_clsid ) --MediaDet_disp = add_iid( MediaDet_clsid_ix, IDispatch) tbrowse.exw also didn't generate function numbers right, so i had to correct that. thanks for your help. btw this intro tutorial was helpful: http://devcentral.iticentral.com/articles/DCOM/intro_DCOM/part1/3.php