wxwidgets/samples/ipc
Tim Stahlhut c69ee439d9 Stop using wxWidgets 1.xx wxString compatibility functions
Replace them with std::string-like equivalents when possible (i.e.
replace Length() with length(), IsNull() with empty()) or, at least,
with wx 2 functions if not (e.g. Remove() with Truncate(), First() with
Find(), LowerCase() with MakeLower() etc).

Closes #22638.
2022-07-24 16:25:29 +02:00
..
baseclient.cpp Remove BCC-specific hdrstop pragma from everywhere 2020-10-12 21:58:37 +02:00
baseserver.cpp Stop using wxWidgets 1.xx wxString compatibility functions 2022-07-24 16:25:29 +02:00
client.cpp Remove BCC-specific hdrstop pragma from everywhere 2020-10-12 21:58:37 +02:00
client.h Fix extra semicolon warnings 2018-11-25 21:29:37 +01:00
connection.h Remove unnecessary c_str() calls from the samples 2018-11-03 22:52:57 +01:00
ipc.bkl Remove Windows CE support 2015-09-23 00:52:30 +02:00
ipc_vc8_baseipcclient.vcproj Rebake and rerun autoconf after the version update 2022-07-17 17:03:39 +02:00
ipc_vc8_baseipcserver.vcproj Rebake and rerun autoconf after the version update 2022-07-17 17:03:39 +02:00
ipc_vc8_ipcclient.vcproj Rebake and rerun autoconf after the version update 2022-07-17 17:03:39 +02:00
ipc_vc8_ipcserver.vcproj Rebake and rerun autoconf after the version update 2022-07-17 17:03:39 +02:00
ipc_vc9_baseipcclient.vcproj Rebake and rerun autoconf after the version update 2022-07-17 17:03:39 +02:00
ipc_vc9_baseipcserver.vcproj Rebake and rerun autoconf after the version update 2022-07-17 17:03:39 +02:00
ipc_vc9_ipcclient.vcproj Rebake and rerun autoconf after the version update 2022-07-17 17:03:39 +02:00
ipc_vc9_ipcserver.vcproj Rebake and rerun autoconf after the version update 2022-07-17 17:03:39 +02:00
ipcsetup.h Remove (most) occurrences of wxT() macro from the samples 2018-09-23 01:15:08 +02:00
makefile.gcc Rebake and rerun autoconf after the version update 2022-07-17 17:03:39 +02:00
Makefile.in Rebake and rerun autoconf after the version update 2022-07-17 17:03:39 +02:00
makefile.unx Update to bakefile 0.2.13 to fix DLL directory creation 2022-04-23 23:11:31 +02:00
makefile.vc Rebake and rerun autoconf after the version update 2022-07-17 17:03:39 +02:00
server.cpp Remove BCC-specific hdrstop pragma from everywhere 2020-10-12 21:58:37 +02:00
server.h Use wx-prefixed macros throughout the repository. 2015-04-23 22:00:35 +04:00