 |
BorlandTalk.com Borland discussion newsgroups
|
| View previous topic :: View next topic |
| Author |
Message |
Kosmo Guest
|
Posted: Mon Aug 22, 2005 8:06 pm Post subject: Strange problem with remote/local DCOM/COM objects. |
|
|
Hi,
I have strange problem with remote/local COM objects.
We develop a DCOM server inside NT Service. Let name of COM object is "A".
The "A" working successfully without any problems.
In the next stage we develop a sample GUI application ("B") which call our
DCOM server "A" remotely (from other PC inside network) by
Example:
var FA: IA;
begin
FA := CoA.CreateRemote(RemoteMachineName);
:
:.
end;
As you see - very trivial.
In the third stage, we develop another COM ("C") object that calls a DCOM
server "A" remotely, COM "C" is handled by DLLHOST and runs with
Administrative rights, and include the same code:
var FA: IA;
begin
FA := CoA.CreateRemote(RemoteMachineName);
:
:.
end;
The problem is that we trying to access DCOM "A" from COM "C", we receive
error - "Interface is not supported!" at
CoA.CreateRemote(RemoteMachineName);
Any suggestions?
Thank you,
--
Iv Kozhuharov
|
|
| Back to top |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|