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 Rhinorhino on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

invalid callee (0x80020010)

Status
Not open for further replies.

jet4135

Programmer
Joined
Oct 25, 2001
Messages
6
Location
FR
I'm trying to debug an API which works as follows :

The VB dll provides two different functions, which call two other different functions of a Visual C dll.

I've the problem Invalid callee with only one of them. This happens when the C dll returns any error message.

I trapped all the messages in my VB dll : they are all present. I can see all the messages that are returned by the C functions. But when I call those methods whith an ASP script, I got the message invalid callee on my browser.

I don't understand why this works properly with the first function, and not with the second one ??
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top