Looking for an alternative to windows messages used in inter-process communication

前端 未结 7 508
执念已碎
执念已碎 2020-12-08 03:51

I a have a multithread application (MIDAS) that makes uses of windows messages to communicate with itself.

MAIN FORM

The main form receives windows messages

7条回答
  •  爱一瞬间的悲伤
    2020-12-08 04:11

    OmniThreadLibrary contains very efficient message queue in OtlComm.pas unit.

    Documentation is not very good at the moment (start here) but you can always use the forum.

提交回复
热议问题