On Saturday 30 July 2005 09:06, James Hawkins wrote:
LoadStringA(NULL, IDS_CONTENTS, text, MAX_PATH);
MSDN documents the use of GetModuleHandle(NULL) as the first argument to LoadString to get resource strings from the current module. Maybe passing NULL is an undocumented synonym for it that Wine doesn't implement? yet?
-Hans