LoadString problems

James Hawkins truiken at gmail.com
Sat Jul 30 13:23:09 CDT 2005


On 7/30/05, Frank Richter <frank.richter at gmail.com> wrote:
> On 30.07.2005 09:06, James Hawkins wrote:
> >    TCITEMA tie;
> >    char text[MAX_PATH];
> >
> >    LoadStringA(NULL, IDS_CONTENTS, text, MAX_PATH);
> >    /* text should be '&Contents', but we get a GetLastError() */
> 
> Hm, wouldn't it be better use wide strings?
> 

The version I send in to wine-patches will use unicode, but for
development/testing purposes I'm just using ansi.

-- 
James Hawkins




More information about the wine-devel mailing list