Hi,
Thanks for the reply
. I still have the following three questions, and hope you would be kind enough to answer them 
Q 1) If aifdef should not be used then what is this option provided for ?
Q 2) I tried to use some bitmaps in my application by creating an mbmdef file. I added the 4 bitmaps as specified in my previous post , in the mbm editor.
An mbmdef file gets created . However, I dont get any mbgdef file in my \Symbian\9.1\Epoc32\Include folder . There is an mbg file present whose contents is as follows :
Code:
/* This file has been generated, DO NOT MODIFY. */
enum TMifMyApp
{
EMbmMyAppenu_myapp84,
EMbmMyappLastElement
};
There are no vales for bitmaps in this enum.So, how do I use these bitmaps in my app ?
Q 3) If I use mifdef editior to create a mifdef file then Ill have to use SVG instead of BMP, right ?. Also, the mif editor does not provide an option for specifying the aif resource file so how would I specify my aif file ?
Thanks a lot