Re: Multiple application icons by Niranjan
Niranjan
Sat Mar 12 09:16:00 CST 2005
The first icon is always the app icon. I am assuming that you are including
the same rc file in both the projects. Can you put a conditional
statement(#ifdef) in your rc file so that app1's icon is the first icon when
the rc file gets compiled for project1 and app2's icon is the first one when
the rc file gets compiled for project2?
- Niranjan
"Brian Rhodes" <brian.rhodes@finishlynx.com> wrote in message
news:u7cJL9YJFHA.1176@TK2MSFTNGP15.phx.gbl...
> I have two different applications in the same eVC++ project that are built
a
> bit differently with conditionals. I'd like each to have their own unique
> application icon, but in the .rc file the first ICON is taken as the app
> icon. Any clues on how I can handle this?
>
> -Brian
>
>