I developed an application which runs perfectly on the emulatorbut doesnt show up on the phone
. i dont know whats wrong. here are the steps i followed
1) bldmake bldfiles
2) abld build gcce urel
3) copied .exe, .rsc, _loc.rsc, _reg.rsc to same folder.
4) makesis .pkg
5) signsis –s .sis .sisx mycert.cert mykey.key
6) Installed .sisx file to the mobile phone
7) the icon appears on the phone. When the icon is pressed nothing comes up![]()
what should i do to make the appl run?
my package file is here
;Language - standard language definitions
&EN
; standard SIS file header
#{"MyApplication"},(0xEFF034DF),1,0,0
;Supports Series 60 v 3.0
(0x101F7961), 0, 0, 0, {"Series60ProductID"}
;Localized Vendor Name
%{"Local"}
;Unique Vendor name
:"Unique"
; Files to copy
"MyApplication.exe"-"!:\sys\bin\MyApplication.exe"
"MyApplication_reg.rsc"-"!:\private\10003a3f\import\apps\MyApplication_reg.rsc"
"MyApplication_loc.Rsc"-"!:\resource\apps\MyApplication_loc.Rsc"
"MyApplication.Rsc"-"!:\resource\apps\MyApplication.Rsc"

but doesnt show up on the phone
. i dont know whats wrong. here are the steps i followed


