Guest_imported
New member
- Jan 1, 1970
- 0
I have a "DCOM-Server" on WinNT und try to create/use this Components in a application in WinCE [out-of-process]. With CoCreateInstanceEx in WinCE I can start the DCOM-Server on WinNT. But how can I use the components in the WinCE-Application (executing Methods from the Components)?! In the Task-Manager of WinNT I see the DCOM-Server starting!
I can execute CoCreateInstanceEx only with mlti_qi.pIID=&IID_IUnknown. If I set mlti_qi.pIID=&IID_IExample then the Return-Pointer to my Object is NULL?? My Application doesn't know IID_IExample... but I am sure that IID_IExample is registered on the WinNT-Registry!
What do I have to do?
Thank you very much:
I can execute CoCreateInstanceEx only with mlti_qi.pIID=&IID_IUnknown. If I set mlti_qi.pIID=&IID_IExample then the Return-Pointer to my Object is NULL?? My Application doesn't know IID_IExample... but I am sure that IID_IExample is registered on the WinNT-Registry!
What do I have to do?
Thank you very much: