1>my code got installed into device with additional capabilities.
Thanks for that
2>But i am still not getting panic codes. To test I have written a code-
CViewSplash* iSplashView ;
iSplashView->ClientRect();
iSplashView= new (ELeave) CViewSplash;
No panic code is shown. The emulator just vanishes.
3>My main concern now->
what line to add, to pkg file to enable loading image in splash view?
My pkg file->
Code:
&EN
; standard SIS file header
#{"hello"},(0xe7e6ddd5),1,0,0
;Localised Vendor name
%{"Vendor-EN"}
;Unique Vendor name
:"Vendor"
;Supports Series 60 v 5.0
[0x101F7961], 0, 0, 0, {"Series60ProductID"}
;Files to install
;You should change the source paths to match that of your environment
;<source> <destination>
"$(EPOCROOT)epoc32\release\$(PLATFORM)\$(TARGET)\hello_0xe7e6ddd5.exe" -"!:\sys\bin\hello_0xe7e6ddd5.exe"
"$(EPOCROOT)epoc32\data\z\resource\apps\hello_0xe7e6ddd5.rsc" -"!:\resource\apps\hello_0xe7e6ddd5.rsc"
"$(EPOCROOT)epoc32\data\z\private\10003a3f\apps\hello_0xe7e6ddd5_reg.rsc" -"!:\private\10003a3f\import\apps\hello_0xe7e6ddd5_reg.rsc"
"$(EPOCROOT)epoc32\data\z\resource\apps\hello_0xe7e6ddd5.mif" -"!:\resource\apps\hello_0xe7e6ddd5.mif"
"..\help\hello_0xe7e6ddd5.hlp" -"!:\resource\help\hello_0xe7e6ddd5.hlp"
;"....\hello_0xe7e6ddd5.exe\...\splash.jpg"-"c:\private\e7e6ddd5\splash.jpg"
;"splash.jpg" - "!:\private\e7e6ddd5\splash.jpg"
"$(EPOCROOT)epoc32\winscw\c\private\e7e6ddd5\splash.jpg" -"!:\private\e7e6ddd5\splash.jpg"
; Add any installation notes if applicable
;"hello.txt" -"!:\private\e7e6ddd5\hello.txt"
;required for application to be covered by backup/restore facility
"..\sis\backup_registration.xml" -"!:\private\e7e6ddd5\backup_registration.xml"