29 Jul
2005
29 Jul
'05
12:45 p.m.
"Hans Leidekker" <hans(a)it.vu.nl> wrote:
+static const char *errorstring[] = { + "Success",
...
+static const WCHAR error00[] = { 'S','u','c','c','e','s','s',0 };
I'd suggest to move all strings into a stringtable and load them by LoadStringA/W. That way you get internationalization for free. -- Dmitry.