[DUG] Delphi talking to C#
Jolyon Smith
jsmith at deltics.co.nz
Tue Dec 14 10:50:14 NZDT 2010
RemObjects is MASSIVE overkill compared to a basic IPC mechanism using a
TCP/IP client-server approach with Indy.
It is also hugely expensive if you are using it as nothing more than an
over-elaborate IPC mechanism. Indy is free. J
From: delphi-bounces at delphi.org.nz [mailto:delphi-bounces at delphi.org.nz] On
Behalf Of Sean Cross
Sent: Tuesday, 14 December 2010 09:31
To: NZ Borland Developers Group - Delphi List
Subject: Re: [DUG] Delphi talking to C#
I use remobjects sdk to create a web service in Delphi and then call that
from c#. In my case I don't want to be restricted to having the Delphi app
on the same computer as the c# app.
Regards
Sean Cross
CIO
Catalyst Risk Management
PO Box 230
Napier 4140
DDI: 06-8340362
Mobile: 021270 3466
Visit us at http://www.catalystrisk.co.nz <http://www.catalystrisk.co.nz/>
Offices in Auckland, Napier, Wellington, Christchurch & Dunedin
Disclaimer:
"The information contained in this document is confidential to the
addressee(s) and may be legally privileged. Any view or opinions expressed
are those of the author and may not be those of Catalyst Risk Management. No
guarantee or representation is made that this communication is free of
errors, viruses or interference. If you have received this e-mail message in
error please delete it and notify me. Thank you."
From: delphi-bounces at delphi.org.nz [mailto:delphi-bounces at delphi.org.nz] On
Behalf Of Bob Pawley
Sent: Tuesday, 14 December 2010 8:31 a.m.
To: delphi at delphi.org.nz
Subject: [DUG] Delphi talking to C#
Hi
I have two applications.
One is written in Delphi.
The other in MS C#.
I need to communicate between the two.
I use text files and filewatcher now, but that seems kind of crude and the
information is visible to the user.
I know I can use ShellExecute to open one app from the other app, but that
seems to be its extent.
Is there some other way of sending information back and forth??
Bob
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://listserver.123.net.nz/pipermail/delphi/attachments/20101214/b6e2a023/attachment-0001.html
More information about the Delphi
mailing list