LoadString problems

Hans Leidekker hans at it.vu.nl
Sat Jul 30 04:40:23 CDT 2005


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





More information about the wine-devel mailing list