wxWidgets/samples/ipc
2009-02-08 11:45:59 +00:00
..
baseclient.cpp don't use IPC from timer callback as this results in reentrancies in socket code, postpone it until the next idle handler call instead 2009-01-03 02:21:12 +00:00
baseserver.cpp add wx-prefixed and semicolon-requiring versions of DECLARE_NO_{COPY,ASSIGN}_CLASS macros 2009-02-08 11:45:59 +00:00
client.cpp log Unicode data correctly, extract the logging code in MyConnectionBase class instead of quadriplicating it 2008-02-10 23:43:39 +00:00
client.h log Unicode data correctly, extract the logging code in MyConnectionBase class instead of quadriplicating it 2008-02-10 23:43:39 +00:00
client.rc renaming and moving samples around 2000-01-08 15:28:31 +00:00
connection.h replace wx_{const,static,reinterpret}_cast with their standard C++ equivalents 2008-11-02 02:43:11 +00:00
ipc_baseipcclient.dsp link with wininet.lib under Windows to avoid linking errors in wxUSE_URL_NATIVE==1 build (#10338) 2009-01-15 13:33:51 +00:00
ipc_baseipcserver.dsp link with wininet.lib under Windows to avoid linking errors in wxUSE_URL_NATIVE==1 build (#10338) 2009-01-15 13:33:51 +00:00
ipc_ipcclient.dsp link with wininet.lib under Windows to avoid linking errors in wxUSE_URL_NATIVE==1 build (#10338) 2009-01-15 13:33:51 +00:00
ipc_ipcserver.dsp link with wininet.lib under Windows to avoid linking errors in wxUSE_URL_NATIVE==1 build (#10338) 2009-01-15 13:33:51 +00:00
ipc_vc7_baseipcclient.vcproj link with wininet.lib under Windows to avoid linking errors in wxUSE_URL_NATIVE==1 build (#10338) 2009-01-15 13:33:51 +00:00
ipc_vc7_baseipcserver.vcproj link with wininet.lib under Windows to avoid linking errors in wxUSE_URL_NATIVE==1 build (#10338) 2009-01-15 13:33:51 +00:00
ipc_vc7_ipcclient.vcproj link with wininet.lib under Windows to avoid linking errors in wxUSE_URL_NATIVE==1 build (#10338) 2009-01-15 13:33:51 +00:00
ipc_vc7_ipcserver.vcproj link with wininet.lib under Windows to avoid linking errors in wxUSE_URL_NATIVE==1 build (#10338) 2009-01-15 13:33:51 +00:00
ipc_vc8_baseipcclient.vcproj link with wininet.lib under Windows to avoid linking errors in wxUSE_URL_NATIVE==1 build (#10338) 2009-01-15 13:33:51 +00:00
ipc_vc8_baseipcserver.vcproj link with wininet.lib under Windows to avoid linking errors in wxUSE_URL_NATIVE==1 build (#10338) 2009-01-15 13:33:51 +00:00
ipc_vc8_ipcclient.vcproj link with wininet.lib under Windows to avoid linking errors in wxUSE_URL_NATIVE==1 build (#10338) 2009-01-15 13:33:51 +00:00
ipc_vc8_ipcserver.vcproj link with wininet.lib under Windows to avoid linking errors in wxUSE_URL_NATIVE==1 build (#10338) 2009-01-15 13:33:51 +00:00
ipc_vc9_baseipcclient.vcproj link with wininet.lib under Windows to avoid linking errors in wxUSE_URL_NATIVE==1 build (#10338) 2009-01-15 13:33:51 +00:00
ipc_vc9_baseipcserver.vcproj link with wininet.lib under Windows to avoid linking errors in wxUSE_URL_NATIVE==1 build (#10338) 2009-01-15 13:33:51 +00:00
ipc_vc9_ipcclient.vcproj link with wininet.lib under Windows to avoid linking errors in wxUSE_URL_NATIVE==1 build (#10338) 2009-01-15 13:33:51 +00:00
ipc_vc9_ipcserver.vcproj link with wininet.lib under Windows to avoid linking errors in wxUSE_URL_NATIVE==1 build (#10338) 2009-01-15 13:33:51 +00:00
ipc.bkl disable console targets for WinCE 2008-02-09 11:04:50 +00:00
ipcsetup.h add very simple (but already exposing many problems) wxIPC benchmark 2008-10-16 12:35:03 +00:00
makefile.bcc rebaked using bakefile 0.2.5 2008-10-27 16:40:51 +00:00
makefile.gcc link with wininet.lib under Windows to avoid linking errors in wxUSE_URL_NATIVE==1 build (#10338) 2009-01-15 13:33:51 +00:00
Makefile.in rebaked using bakefile 0.2.5 2008-10-27 16:40:51 +00:00
makefile.unx rebaked using bakefile 0.2.5 2008-10-27 16:40:51 +00:00
makefile.vc link with wininet.lib under Windows to avoid linking errors in wxUSE_URL_NATIVE==1 build (#10338) 2009-01-15 13:33:51 +00:00
makefile.wat link with wininet.lib under Windows to avoid linking errors in wxUSE_URL_NATIVE==1 build (#10338) 2009-01-15 13:33:51 +00:00
mondrian.ico renaming and moving samples around 2000-01-08 15:28:31 +00:00
mondrian.xpm made all XPM const to avoid warnings from mingw32 4.0 and adopt the code accordingly (patch 1872384) 2008-01-16 01:39:44 +00:00
server.cpp really ensure that the pointer returned from MyConnection::OnRequest() remains valid 2008-11-17 11:00:32 +00:00
server.h really ensure that the pointer returned from MyConnection::OnRequest() remains valid 2008-11-17 11:00:32 +00:00
server.rc renaming and moving samples around 2000-01-08 15:28:31 +00:00