COM Problem

Joined
Jan 10, 2007
Messages
43,898
Location
In The Machine
Hello everyone,

Currently I'm working on a new Applet that's suppossed to show information coming from another application.* The info is retrieved through an COM object.* Must of the methods exposed are pretty straightforward...* The signature is like "String Method1(int index)".

The things*is that if the component is*referenced from VB6 there's no problem.* There's is another whole story if I do it from VS2005...
All I get after I add the reference is a couple of warnings:

Warning*1*Failed to create the wrapper assembly for type library "AxQDLink". Error loading type library/DLL. (Exception from HRESULT: 0x80029C4A (TYPE_E_CANTLOADLIBRARY))*Agfa.QPatient

Warning*2*The referenced component 'AxQDLink' could not be found.
*




Please does anyone,*knows what's wrong?*

Thanx in advance

More...

View All Our Microsoft Related Feeds
 
Back
Top