Version: 3.2.5
Interprocess Communication

Detailed Description


wxWidgets provides simple interprocess communications facilities based on Windows DDE, but they are available on most platforms using TCP.

Related Overviews: Interprocess Communication

Classes

class  wxDDEConnection
 

A wxDDEConnection object represents the connection between a client and a
server.
More...
 
class  wxDDEClient
 

A wxDDEClient object represents the client part of a client-server DDE
(Dynamic Data Exchange) conversation.
More...
 
class  wxDDEServer
 

A wxDDEServer object represents the server part of a client-server DDE
(Dynamic Data Exchange) conversation.
More...
 
class  wxConnection
 

A wxConnection object represents the connection between a client and a server.
More...
 
class  wxClient
 

A wxClient object represents the client part of a client-server
DDE-like (Dynamic Data Exchange) conversation.
More...
 
class  wxServer
 

A wxServer object represents the server part of a client-server DDE-like
(Dynamic Data Exchange) conversation.
More...
 
class  wxConnectionBase
 
More...
 
class  wxActiveXContainer
 

wxActiveXContainer is a host for an ActiveX control on Windows (and as such
is a platform-specific class).
More...