Re: Using language DLLs for strings ONLY
- From: "Mihai N." <nmihai_year_2000@xxxxxxxxx>
- Date: Mon, 30 Jan 2006 22:35:45 -0800
> 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
.
- Follow-Ups:
- Re: Using language DLLs for strings ONLY
- From: Joseph M . Newcomer
- Re: Using language DLLs for strings ONLY
- References:
- Using language DLLs for strings ONLY
- From: Dan McCarty
- Re: Using language DLLs for strings ONLY
- From: Joseph M . Newcomer
- Using language DLLs for strings ONLY
- Prev by Date: Re: Passing bitmap to an ActiveX control!
- Next by Date: Re: loading a text file into string tabel
- Previous by thread: Re: Using language DLLs for strings ONLY
- Next by thread: Re: Using language DLLs for strings ONLY
- Index(es):