can not put com class's entry in the registry
-
Hi, My friend asked me a question. He said in his company he doesnt have enough access on the system He develops com in process component on his machine but since he doesnt have access to write in registry, he can not register his component. So in his client application he can not get the class if of his component. Whats the remedy to this. Anyway he can access his ATL com component in his MFC client application. Leya
-
Hi, My friend asked me a question. He said in his company he doesnt have enough access on the system He develops com in process component on his machine but since he doesnt have access to write in registry, he can not register his component. So in his client application he can not get the class if of his component. Whats the remedy to this. Anyway he can access his ATL com component in his MFC client application. Leya
There is no remedy for this Component information has to be there in the registry inorder to work CoCreateInstance. Unless the component information is in the registry he can't access the component from MFC or any other client application. I dont understand what excatly you mean by "Anyway he can access his ATL com component in his MFC client application" cheers...milton kb