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.