The firewatcher I am using is on the C# side. It just looks for a change in the file itself.
Bob -------------------------------------------------- From: "John Bird" <johnkb...@paradise.net.nz> Sent: Monday, December 13, 2010 2:00 PM To: "NZ Borland Developers Group - Delphi List" <delphi@delphi.org.nz> Subject: Re: [DUG] Delphi talking to C# > ?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@delphi.org.nz > Admin: http://delphi.org.nz/mailman/listinfo/delphi > Unsubscribe: send an email to delphi-requ...@delphi.org.nz with Subject: > unsubscribe > > > _______________________________________________ > 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 > _______________________________________________ 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