DCOM server with VCL


2003-08-22 12:15:54 AM
cppbuilder58
1.I made an application into a DCOM server by adding automation to it. This application is loaded with components.
2. I am able to access this application from my client.
3. When the client and the server are on the same machine, I am able to start the application through the client.
4. If I start the application on the server and then access it through the remote client, they are working.
Problem is....
5. But when I tried from a remote client without starting the application on the server, it is connecting to the application, but other interface methods are not working.
This does not seem to be a DCOM problem. Seems to be a problem with creating forms through interfaces.
Thanks.
RY