passing data from one d app to another

jake jake.day at clayton.net
Wed Jan 9 10:36:17 PST 2008


I was wondering how I would go about allowing one application to send data to another. I would assume I would do this using a DLL. For example, I have a program that contains a function to read a text file and parse it, and I'd like an entirely different program to send what file to use to that program and have it run it. Also, it needs to be able to parse it multiple times, meaning if 5 other apps also send it something.

Any pointers?


More information about the Digitalmars-d-learn mailing list