"Hans Leidekker" hans@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.