开发者

Is it easy to do IPC with wxWidgets?

开发者 https://www.devze.com 2022-12-24 18:23 出处:网络
Is it easy to create an IPC setup with wxWidgets? I have an application that needs to detect if a previous instance is running and send a message to th开发者_StackOverflow社区e running instance with a

Is it easy to create an IPC setup with wxWidgets? I have an application that needs to detect if a previous instance is running and send a message to th开发者_StackOverflow社区e running instance with a string value. Is there an easier way to do this than setting up a wxServer and wxClient-derived class?


Using wxClient and wxServer is really as simple as it gets, I don't think you can simplify it even further. Have you looked at ipc sample included in wxWidgets distribution?

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号