I have been working 2 days on creating a simple exe COM server, I have test any thing in the web , but still not working!
I create a simple object with ATL and register the interface with ATL RegisterClassObjects and RegisterActiveObject, it returns succeed but any clients can’t use GetObject method to get the object, but CreateObject works.
here is my project files:
http://www.mediafire.com/?365arde4jyd5v3x
Can anybody help me? I really need it, it’s a part of my project.
Thanks.
I finally solved my problem with this code: ( CoRegisterClassObject still not works!)