-
File Added: diff.
2008-06-24 01:46:23 UTC by barnert
-
Create a Unicode project in Visual Studio (or by hand). Add exec-stream.cpp to the project. Compile. You get a bunch of errors, but they're all related to two incorrect uses of TCHAR.
In MBCS projects, TCHAR is defined as char. But in Unicode projects, TCHAR is #defined as WCHAR, which is ultimately either wchar_t or unsigned short.
The first problem is in os_error_t::compose. The TCHAR*...
2008-06-24 01:44:30 UTC by barnert
-
mrkaa committed patchset 14 of module libexecstream to the libexecstream CVS repository, changing 3 files.
2004-04-12 17:45:20 UTC by mrkaa
-
mrkaa committed patchset 13 of module libexecstream to the libexecstream CVS repository, changing 4 files.
2004-04-11 20:45:32 UTC by mrkaa
-
mrkaa committed patchset 12 of module libexecstream to the libexecstream CVS repository, changing 1 files.
2004-04-11 20:21:12 UTC by mrkaa
-
mrkaa committed patchset 11 of module libexecstream to the libexecstream CVS repository, changing 3 files.
2004-04-11 20:12:32 UTC by mrkaa
-
mrkaa committed patchset 10 of module libexecstream to the libexecstream CVS repository, changing 6 files.
2004-04-11 19:47:52 UTC by mrkaa
-
mrkaa committed patchset 9 of module libexecstream to the libexecstream CVS repository, changing 4 files.
2004-04-11 19:47:21 UTC by mrkaa
-
mrkaa committed patchset 8 of module libexecstream to the libexecstream CVS repository, changing 1 files.
2004-04-10 06:49:23 UTC by mrkaa
-
mrkaa committed patchset 7 of module libexecstream to the libexecstream CVS repository, changing 6 files.
2004-04-10 06:47:00 UTC by mrkaa