IPC Mechanism to communicate between C++ & Objective C

前端 未结 2 1440
太阳男子
太阳男子 2021-01-01 08:06

I\'m developing a Mac Application in which i need to implement IPC Mechanism. The Scenario is this :

My Application contains two executables, one is Native Mac App(N

2条回答
  •  北海茫月
    2021-01-01 08:40

    Unix domain sockets are Great for this. http://www.cs.cf.ac.uk/Dave/C/node28.html

提交回复
热议问题