I checked all of that, and even tried setting up a blank project just to
put an icon on it.
Doing NOTHING with it except creating its AIF with mbm and this rss file:
Code:
#include <aiftool.rh>
CHARACTER_SET UTF8
RESOURCE AIF_DATA
{
app_uid = 0x1000003;
num_icons = 4;
embeddability=KAppNotEmbeddable;
newfile=KAppDoesNotSupportNewFile;
hidden=KAppNotHidden;
caption_list=
{
CAPTION { code=ELangEnglish; caption="IconTest2"; },
CAPTION { code=ELangGerman; caption="IconTest2"; }
};
}
Which was generated automatically, so I figure it's correct.
If I run my IconTest2 program on the emulator without making the AIF, it obviously
works (displays a blank screen), but if I add the AIF to the project it doesn't
start, just flips back to the menu, without displaying any errors (behaving just
like my cell phone, so it's not a specific model's compatibility problem)
I am doing this using Series 60 SDK 2.1, is there any known issue about this?
Thanks for your patience! :)
Alex