COM Error

Ove Kaaven ovehk at ping.uio.no
Wed Nov 6 07:15:43 CST 2002


On Wed, 6 Nov 2002, kevin wrote:

> COM error!
> I have test COM On wine.
> Tonight,I wrote a test program
> First,I called CoInitializeEx(NULL, COINIT_MULTITHREADED)...
> Second,I called CoGetClassObject(rclsid, dwClsContext, 
> NULL,IID_IClassFactory, (PVOID*)&pcf)   and return 
> "RPC_S_INVALID_STRING_BINDING", It means The string binding is invalid.
> who can tell why??

Perhaps you're mixing native and builtin ole32 and rpcrt4. Use either
builtin of both, or native of both (although I wouldn't expect native to
work well)




More information about the wine-devel mailing list