Re: Separate resource dll for PPC and Smartphone
- From: "tech1" <tech1@xxxxxxxxx>
- Date: Mon, 12 Nov 2007 11:09:52 -0000
Thanks, thats what i was missing!
"voidcoder" <voidcoder@xxxxxxxxx> wrote in message
news:O4s4XYRJIHA.5764@xxxxxxxxxxxxxxxxxxxxxxx
like this in my own resource project the right rc is not picked up.Both
are
compiled.
The right way is to set "Excluded from the build" option to "yes/no"
for each platform dependent .rc in your solution depending on
configuration. Just select the .rc file in Solution Explorer,
then goto context menu->properties->configuration properties.
--
Oleg
tech1 wrote:
Oleg, thanks. This is what i'm trying to do then. I have a separate
resource dll for each language with a separate rc file for the platform
in the given resource dll project. But when i create a separate rc files
like this in my own resource project the right rc is not picked up.Both
are
compiled.
So question is HOW is the right .rc is picked up
automatically depending on the current configuration (i.e. Smartphone
or PPC).
"voidcoder" <voidcoder@xxxxxxxxx> wrote in message
news:uJ8Dx5QJIHA.6108@xxxxxxxxxxxxxxxxxxxxxxx
DO i need to create a separate dll for each platform or do i just haveNormally you do not. Usually you have a separate .exe for each target
platform supported with built in resources. The right .rc is picked up
automatically depending on the current configuration (i.e. Smartphone
or PPC).
--
Oleg
tech1 wrote:
Hi, I'm creating a resource dll for my PPC\Smartphone MFC project.
DO i need to create a separate dll for each platform or do i just have
2 rc files within the dll ie ppc.rc and sp.rc ( the way the wizard
creates
for an MFC app targeted at both platforms). If i do it the latter way
how do i control which rc file is compiled dependent on what the
VS2005 platform is? I noticed in the MFC wiazard generated app projects
that even if you have the resource id for PPC resource files and
Smartphone
resource files only the correct resource file is compiled.
Thanks
.
- References:
- Separate resource dll for PPC and Smartphone
- From: tech1
- Re: Separate resource dll for PPC and Smartphone
- From: voidcoder
- Re: Separate resource dll for PPC and Smartphone
- From: tech1
- Re: Separate resource dll for PPC and Smartphone
- From: voidcoder
- Separate resource dll for PPC and Smartphone
- Prev by Date: Re: auto_ptr not recognised in smartphone project
- Next by Date: Re: auto_ptr not recognised in smartphone project
- Previous by thread: Re: Separate resource dll for PPC and Smartphone
- Index(es):
Relevant Pages
|