Re: Using language DLLs for strings ONLY

Tech-Archive recommends: Fix windows errors by optimizing your registry



> Due to both serious design flaws and, as far as I can tell, a complete
> misunderstanding of C++, Microsoft never gave us the following useful
> method. When I do this, I have

MFC 8.0 (VS 2005):

BOOL LoadString(
HINSTANCE hInstance,
UINT nID,
WORD wLanguageID
);
BOOL LoadString(
HINSTANCE hInstance,
UINT nID
);
BOOL LoadString(
UINT nID
);

I am not sure when was this first introduced, but now it is there.

--
Mihai Nita [Microsoft MVP, Windows - SDK]
http://www.mihai-nita.net
------------------------------------------
Replace _year_ with _ to get the real email
.