Re: Loading multiple resource files
From: Ajay Kalra (ajaykalra_at_yahoo.com)
Date: 01/21/05
- Next message: sklett: "CTreeCtrl + 32bit images + transparency !!"
- Previous message: Chuck Sire: "Re: Automatically Open File After Download?"
- In reply to: vssUser: "Loading multiple resource files"
- Messages sorted by: [ date ] [ thread ]
Date: Thu, 20 Jan 2005 20:47:04 -0500
Why do you need to load all the resource files if they are identical except
for the language? Why not load the required language?
Also, why do you want to traverse thru the stringtables? What are you trying
to do?
-- Ajay Kalra [MVP - VC++] ajaykalra@yahoo.com "vssUser" <vssUser@discussions.microsoft.com> wrote in message news:C8DB51B8-2498-49DE-9243-13381923C68D@microsoft.com... > Hello Experts, > > My project requires to load several resource files that are in different > languages at the same time. Of course, these resources have the same ID. > Since the last resource is the active resource; we are thinking of creating a > dynamic table and populate this with the resource string table. The problem > is; > > (1) Is there a structure to traverse through the STRINGTABLE > > (2) How do I enumerate the strings in the stringtable and the respective IDs > > Thank you, > SG
- Next message: sklett: "CTreeCtrl + 32bit images + transparency !!"
- Previous message: Chuck Sire: "Re: Automatically Open File After Download?"
- In reply to: vssUser: "Loading multiple resource files"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|