Question: I have a dll that I can load in another program. Now the dll has access to all data/functions in the other program.
Which technology can I use that now an external program can send data/commands to that dll, to steer the other program, or get data from it ?
I mean, in the past that meant DDE, I think that was back in Windows 3.11/95 times. What can I use today? Which one is easiest ? Which one is fastest?
Some common ones are:
COM is the de-facto standard IPC mechanism for Windows-focused applications nowadays.
It allows access across language-barriers, solves the binary interface compatibility problem, does transparent marshalling for you and has different threading models.
sharptooth summarized some facts nicely here.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With