Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Interface error connecting C++ to a Uniface COM object

Status
Not open for further replies.

maticuspaticus

Programmer
Oct 10, 2002
1
GB
Hi all,

When I try to connect my new C++ app to an existing Uniface COM object I am greeted with the error

0x80004002 (-2147467262) - No such interface supported

when I attempt to create an instance of it.

The C++ IDL was sourced directly from the COM object IDL.

Strangely enough, the new C++ app will connect to non uniface COM objects and the COM object connects to my test ASP and VB apps fine as well.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top