COM and threads

Ove Kaaven ovehk at ping.uio.no
Tue Nov 26 07:52:11 CST 2002


On Tue, 26 Nov 2002, Fabian Cenedese wrote:

> 0811c6d0:Call 
> ole32.CoCreateInstanceEx(65343308,00000000,00000000,00000000,00000000,00000000) 
> ret=65352c8d
> 0811c6d0:Ret  ole32.CoCreateInstanceEx() retval=80070057 ret=65352c8d

80070057 = E_INVALIDARG
(the cmq and pResults arguments are zero)

Threading doesn't seem to be your main problem. In this case, your
embedded object was simply never created. You should try to find out why
CoCreateInstanceEx gets null input, I think.




More information about the wine-devel mailing list