Re: Loading .rc file
- From: "Jeff Henkels" <jeff@xxxxxxxxxxxxxxxxxxxxxx>
- Date: Mon, 13 Jun 2005 08:37:12 -0400
"ASHWIN" <ASHWIN@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:601667D4-A8C0-4D4A-AA1A-4A575B62BED0@xxxxxxxxxxxxxxxx
> hi.
> i have two .rc files , i want to load either of them depending on the
> pocket pc or wince device .How can i load .rc file dynamically in
> runtime....Please Advice
The RC files aren't loaded at runtime at all -- they're compiled into .RES
files which are bound into the output DLL/EXE. You don't say it, but I
suspect you have different dialog templates that you want to use depending
on the device (for example, PPC vs. Smartphone). If that's the case, you
need to put both dialog templates into your project, then in your code when
you're about to launch the dialog, figure out what kind of device you're
running on and select the appropriate dialog template.
.
- References:
- Loading .rc file
- From: ASHWIN
- Loading .rc file
- Prev by Date: Re: Unable to start debugging
- Next by Date: Advanced WinINet - Please HELP!
- Previous by thread: Loading .rc file
- Next by thread: Button driver
- Index(es):
Relevant Pages
|