[DUG] Delphi talking to C#
John Bird
johnkbird at paradise.net.nz
Tue Dec 14 11:00:28 NZDT 2010
?As others said, I reckon best way depends on what type of comms is going
on.
If its a large amount of structured data a file can make sense.
If response times and two way communication is important then you need
something event driven, such as socket or TCP.
The filewatcher you are using is this Delphi .net or are you using
something that is pure Delphi? (I am curious because I want to do the same
sort of comms between languages, and not just Windows or .Net)
John
Bob
Look into IPC (interprocess communication) methodologies such as as mail
boxes and pipes. Also, of course, there is always sockets.
Paul Lowman
_______________________________________________
NZ Borland Developers Group - Delphi mailing list
Post: delphi at delphi.org.nz
Admin: http://delphi.org.nz/mailman/listinfo/delphi
Unsubscribe: send an email to delphi-request at delphi.org.nz with Subject:
unsubscribe
More information about the Delphi
mailing list