Hi all,
i copied a descriptor example from EMCCSoft with different name,but when i run it,the icon didn't appear in emulator.
Can somebody tell me what happened with that?
Thank you.
regards,
Zefa
Hi all,
i copied a descriptor example from EMCCSoft with different name,but when i run it,the icon didn't appear in emulator.
Can somebody tell me what happened with that?
Thank you.
regards,
Zefa
Looks like AIF is not created....
Do a clean build from command line......
Dushyant Gaur
Sling Media,
Bangalore
cell:+91 9342276086
email: dushyantg@slingmedia.com
i've tried to do that way
i cleaned my application,but it still didn't appear.then i cleaned the solution ( am i wrong? ),but still the same.
what should i do?
thank u
regards
Zefa
I am not sure which example you are trying....
Can you post your project here or cut copy paste your mmp atleast...
Dushyant Gaur
Sling Media,
Bangalore
cell:+91 9342276086
email: dushyantg@slingmedia.com
Hi Zefa,
Check in Aif folder that there is icon & icon_mask bmp exist or not.
and you can also check in mmp file is there aif field. like
AIF will be at last of mmp file after library file. like this way
AIF Demo.aif ..\aif Demoaif.rss c8 context_pane_icon.bmp context_pane_icon_mask.bmp
Check this , it may helpful to you.
Regards,
Naresh
Originally Posted by Zefa
hi all,
thanks for your advice.I did all your suggestion but it still didn't work.does the UID has an effect with icon in the emulator?because,in the mmp file,the target is an exe file?
How if i change that into an app file?can the icon show in the emulator?
thanks..
Zefa
Hi zefa,
u didn't mentioned which edition u are using...
regards,
eswar
Hello there,
I haver the same problem:-(
I ported my application from 1.2 to 3.0 and its compiling fine now but the icon doent show up in the emulator:-(
this is my mmp:
// ***************************************************************************
//END
TARGET myapp.exe
TARGETTYPE exe
UID 0x0 0xe7e3f6c1
//SECUREID 0xe7e3f6c1
//UID 0x100039CE 0x201F98B1
//TARGETPATH \system\apps\myapp
LANG SC EN GE
SOURCEPATH ..\Source
SOURCE myapp.cpp
SOURCE Application.cpp
SOURCE UI.cpp
SOURCE Document.cpp
SOURCE SplashView.cpp
SOURCE SplashViewContainer.cpp
SOURCE TitleView.cpp
SOURCE TitleViewContainer.cpp
SOURCE CharactersView.cpp
SOURCE CharactersViewContainer.cpp
SOURCE LoginView.cpp
SOURCE LoginViewContainer.cpp
SOURCE MapView.cpp
SOURCE MapViewContainer.cpp
SOURCE Preferences.cpp
SOURCE Network.cpp
SOURCE Communication.cpp
SOURCE GameCommunication.cpp
SOURCE LoginCommunication.cpp
SOURCE Map.cpp
SOURCE Sprites.cpp
SOURCE Player.cpp
SOURCE bitmapmethods.cpp
SOURCE Utils.cpp
SOURCE SMSEngine.cpp
START RESOURCE myapp.rss
HEADER
TARGETPATH \system\apps\myapp
END //RESOURCE
START RESOURCE myappAif.rss
HEADER
TARGETPATH \system\apps\myapp
END //RESOURCE
//RESOURCE myappAif.rss
//RESOURCE myapp.rss
USERINCLUDE ..\Source
SYSTEMINCLUDE \epoc32\include
SYSTEMINCLUDE \epoc32\include\libc
START BITMAP myapp.mbm
TARGETPATH ..\..\..\..\winscw\c\system\apps\myapp
HEADER
SOURCEPATH ..\Bitmaps
SOURCE c12 Presents.bmp
SOURCE c12 Splash.bmp
SOURCE c12 Title.bmp
SOURCE c12 Intro.bmp
SOURCE c12 Background.bmp
SOURCE c12 Body.bmp
SOURCE c12 Menu.bmp
SOURCE c12 Output.bmp
SOURCE c12 Input.bmp
SOURCE c12 Message.bmp
SOURCE c12 Shop.bmp
SOURCE c12 Depot.bmp
SOURCE c12 List.bmp
SOURCE c12 Banks.bmp
SOURCE c12 Statics.bmp
SOURCE c12 Items.bmp
SOURCE 1 ItemsMask.bmp
SOURCE c12 Creatures.bmp
SOURCE 1 CreaturesMask.bmp
SOURCE c12 Effects.bmp
SOURCE 1 EffectsMask.bmp
SOURCE 1 Letters.bmp
SOURCE 1 LettersFrame.bmp
SOURCE c12 Symbols.bmp
SOURCE 1 SymbolsMask.bmp
SOURCE c12 Controls.bmp
SOURCE 1 ControlsMask.bmp
END
LIBRARY euser.lib
LIBRARY apparc.lib
LIBRARY cone.lib
LIBRARY eikcore.lib
LIBRARY avkon.lib
LIBRARY insock.lib
LIBRARY esock.lib
LIBRARY fbscli.lib
LIBRARY bitgdi.lib
LIBRARY plpvariant.lib
LIBRARY efsrv.lib
LIBRARY estor.lib
LIBRARY etext.lib
LIBRARY eikctl.lib
LIBRARY etel.lib
LIBRARY gsmbas.lib
LIBRARY bafl.lib
LIBRARY msgs.lib
LIBRARY smcm.lib
LIBRARY gsmu.lib
LIBRARY eikcoctl.lib
LIBRARY eikdlg.lib
AIF myapp.aif ..\Bitmaps ..\Source\myappAif.rss c12 IconMedium.bmp IconMediumMask.bmp IconLarge.bmp IconLargeMask.bmp
Hi,
AIF is not supported in 3rd edition. You need to use MIFCONV. for this search in forums or read the documents provided for 3rd edition SDK.
regards,
eswar