R
Ron
All,
I have a weird problem,
I have a Native DLL that CoCreates a COM object. If I call this DLL from a
native MFC app, everything goes just fine; If I call it from an managed
application with the exact same parameters, the CoCreate fails file
E_NOINTERFACE (x80004002).
I've played around with the different threading models (CoInitialize) but
that does not help..
Oh, I cannot consume the COM interface directly into the managed code, coz I
need the functionality currently in the managed DLL.
Please, can someone give me some hints?
Thanks!!!!
I have a weird problem,
I have a Native DLL that CoCreates a COM object. If I call this DLL from a
native MFC app, everything goes just fine; If I call it from an managed
application with the exact same parameters, the CoCreate fails file
E_NOINTERFACE (x80004002).
I've played around with the different threading models (CoInitialize) but
that does not help..
Oh, I cannot consume the COM interface directly into the managed code, coz I
need the functionality currently in the managed DLL.
Please, can someone give me some hints?
Thanks!!!!