On Friday 29 July 2005 14:45, Dmitry Timoshkov wrote:
I'd suggest to move all strings into a stringtable and load them by LoadStringA/W. That way you get internationalization for free.
But according MSDN:
The return value is a static pointer to the character string. Do not free this string.
How would you handle this using LoadString?
-Hans