Greetings! Tonight I'm inquring if anyone has any input regarding building a basic COM interface between two programs where I'm in control of both sides and where two-way communications (mostly simple strings) are required on each side, assuming COM is even the best mechanism.
This is my first need for COM and have reviewed many of the examples on the board. All that I've discovered relate to controlling Excel, Word or some other application, and most of which I've been able to make work. However, I have not encountered any examples of a COM "server" in PowerBasic, supposing it can even be done.
Are there any limitations or common mistakes made when building ones first COM interface? Any tip, suggestions and (hopefully) even a COM server code clip would be greatly appreciated.
Also, I am very much open to alternate methods of inter-application communication where I can pass strings between them.
Thanks,
Dan
This is my first need for COM and have reviewed many of the examples on the board. All that I've discovered relate to controlling Excel, Word or some other application, and most of which I've been able to make work. However, I have not encountered any examples of a COM "server" in PowerBasic, supposing it can even be done.
Are there any limitations or common mistakes made when building ones first COM interface? Any tip, suggestions and (hopefully) even a COM server code clip would be greatly appreciated.
Also, I am very much open to alternate methods of inter-application communication where I can pass strings between them.
Thanks,
Dan
Comment