0x8000FFFF: Catastrophic failure

M

MeAndI

Hi,

I've create a custom com object and I use it as follow:

set test = Server.CreateObject(myObject.classID)
' --> all OK the istance of the object is correctly created

retval = test.function1(par1, par2 ...)
' --> as soon as I call every function of my com object the system returns
the following error: 0x8000FFFF: catastrophic failure.
I do not know why

please help
Thank, bye
 
M

Mark Schupp

What language is the com object built in?
What does the function do?
What does the declaration for the function look like?
 
M

MeAndI

Mark Schupp said:
What language is the com object built in?

The com object is builded in C++

What does the function do?


the function calls another DLL that open a selected USB device

What does the declaration for the function look like?


long CmyObjectCtrl::myFunction(BSTR FAR* par1, BSTR FAR* par2, BSTR FAR*
par3)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,781
Messages
2,569,615
Members
45,302
Latest member
endevsols

Latest Threads

Top