Tagged Questions
5
votes
7answers
3k views
Looking for a replacement for windows messages used in inter-process communication in Delphi
Hi a have a multithread application (MIDAS) that makes uses of windows messages to communicate with it self
MAIN FORM
The main form receives windows messages sent by the RDM
LogData(‘DataToLog’)
...