wxWidgets/samples/ipc
Vadim Zeitlin 09bf235a59 Revert "Fix passing Unicode strings via wxIPC when using DDE"
This reverts commit c657fd3d61 because
changing the format of DDE advise requests/replies is not a good idea:
other applications (those using previous versions of wxWidgets or even
not using wxWidgets at all) may rely on getting data in real CF_TEXT
format rather than in one of text formats preceded by the extra byte
containing the actual format and the previous commit would have silently
broken this.

Another fix for #17900 will be implemented instead.
2018-12-26 23:20:52 +01:00
..
baseclient.cpp Fix extra semicolon warnings 2018-11-25 21:29:37 +01:00
baseserver.cpp Fix extra semicolon warnings 2018-11-25 21:29:37 +01:00
client.cpp Remove unnecessary c_str() calls from the samples 2018-11-03 22:52:57 +01: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_vc7_baseipcclient.vcproj Update to bakefile 0.2.11 and rebake everything 2017-10-21 17:42:30 +02:00
ipc_vc7_baseipcserver.vcproj Update to bakefile 0.2.11 and rebake everything 2017-10-21 17:42:30 +02:00
ipc_vc7_ipcclient.vcproj Update to bakefile 0.2.11 and rebake everything 2017-10-21 17:42:30 +02:00
ipc_vc7_ipcserver.vcproj Update to bakefile 0.2.11 and rebake everything 2017-10-21 17:42:30 +02:00
ipc_vc8_baseipcclient.vcproj Update to bakefile 0.2.11 and rebake everything 2017-10-21 17:42:30 +02:00
ipc_vc8_baseipcserver.vcproj Update to bakefile 0.2.11 and rebake everything 2017-10-21 17:42:30 +02:00
ipc_vc8_ipcclient.vcproj Update to bakefile 0.2.11 and rebake everything 2017-10-21 17:42:30 +02:00
ipc_vc8_ipcserver.vcproj Update to bakefile 0.2.11 and rebake everything 2017-10-21 17:42:30 +02:00
ipc_vc9_baseipcclient.vcproj Update to bakefile 0.2.11 and rebake everything 2017-10-21 17:42:30 +02:00
ipc_vc9_baseipcserver.vcproj Update to bakefile 0.2.11 and rebake everything 2017-10-21 17:42:30 +02:00
ipc_vc9_ipcclient.vcproj Update to bakefile 0.2.11 and rebake everything 2017-10-21 17:42:30 +02:00
ipc_vc9_ipcserver.vcproj Update to bakefile 0.2.11 and rebake everything 2017-10-21 17:42:30 +02:00
ipc.bkl Remove Windows CE support 2015-09-23 00:52:30 +02:00
ipcsetup.h Remove (most) occurrences of wxT() macro from the samples 2018-09-23 01:15:08 +02:00
makefile.bcc Remove MSW wxUxThemeEngine class 2018-01-22 00:51:11 +01:00
makefile.gcc Remove MSW wxUxThemeEngine class 2018-01-22 00:51:11 +01:00
Makefile.in Increment version number to 3.1.3 2018-12-10 19:06:18 +01:00
makefile.unx Update to bakefile 0.2.11 and rebake everything 2017-10-21 17:42:30 +02:00
makefile.vc Introduce MSW ARM64 support 2018-09-17 22:34:32 +02:00
server.cpp Revert "Fix passing Unicode strings via wxIPC when using DDE" 2018-12-26 23:20:52 +01:00
server.h Use wx-prefixed macros throughout the repository. 2015-04-23 22:00:35 +04:00