I tried using DDE back in the win98 days around the time i switched to XP. I couldnt quiet get it to work nor know exactly what it can or should be used for.
I want to know what alternatives could i use? Back then i wanted to make 3 apps which can communicate to the others no matter what order they were opened. I ended up having them all launch a single instance server app which all 3 use communicate to eachother to the server app instead. Is DDE better suited for that?
Anyways what are alternatives to DDE? i read the answer to Dynamic Data Exchange (DDE) - Still Relevant? which mentioned COM but i dont know what they are or how to use them. Also would they be relevant to my situation above?
What are alternatives to DDE? It feels like TCP (or named pipes)+Window Messages+Global memory can solve any IPC problem.