Is it easy to do IPC with wxWidgets?

Posted by George Edison on Stack Overflow See other posts from Stack Overflow or by George Edison
Published on 2010-03-28T22:21:08Z Indexed on 2010/03/28 22:23 UTC
Read the original article Hit count: 214

Filed under:
|

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 the running instance with a string value. Is there an easier way to do this than setting up a wxServer and wxClient-derived class?

© Stack Overflow or respective owner

Related posts about wxwidgets

Related posts about ipc