Re: Please Help! Dynamic loading of the bmp files in the appl
From: Drew Myers (drew.nospam.myers_at_esrd.com)
Date: 10/21/04
- Next message: Igor Tandetnik: "Re: Short circuit evaluation"
- Previous message: Igor Tandetnik: "Re: Setting the temporary file path for application and DLLs"
- In reply to: Pola: "Please Help! Dynamic loading of the bmp files in the appl"
- Messages sorted by: [ date ] [ thread ]
Date: Thu, 21 Oct 2004 13:49:13 -0500
Put the bitmaps in your resources and use LoadBitmap.
Drew
"Pola" <Pola@discussions.microsoft.com> wrote in message
news:4BD9EFCE-DC87-42F8-A9B4-D08189CAB542@microsoft.com...
> Please Help!
> I am developing on VC++ in Win 2000.
>
> The interface of the appl includes many *.bmp files.
> For each language I have his own bmp files.
> Today I have *.exe file of the appl for each language.
> I want to make one appl(one *.exe) that will support some languages like
> english, german etc.
>
> According to bmps for german language, I want to have all bmps in one
file.
> Is there some way to store all bmps in one file?
>
> Is there some technology that enable to load bmps from this file?
>
> Is it possible when I load the appl to load some general bmps to the
memory
> when the another bmps are stored on the hard disk?
>
> What technology should I use to make in the appl more dynamic load of
> bmps(for each language)?
>
>
> thank you,
> Pola
>
>
>
>
>
>
>
>
>
- Next message: Igor Tandetnik: "Re: Short circuit evaluation"
- Previous message: Igor Tandetnik: "Re: Setting the temporary file path for application and DLLs"
- In reply to: Pola: "Please Help! Dynamic loading of the bmp files in the appl"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|