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-boun...@delphi.org.nz [mailto:delphi-boun...@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-boun...@delphi.org.nz [mailto:delphi-boun...@delphi.org.nz] On Behalf Of Bob Pawley Sent: Tuesday, 14 December 2010 8:31 a.m. To: delphi@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
_______________________________________________ NZ Borland Developers Group - Delphi mailing list Post: delphi@delphi.org.nz Admin: http://delphi.org.nz/mailman/listinfo/delphi Unsubscribe: send an email to delphi-requ...@delphi.org.nz with Subject: unsubscribe