
Originally Posted by
kamalakshan
Check if you are using RI or any such options for any executable in your pkg file also check if you are trying to access any private folder.
Thanks for your Reply Kamalakshan
My .pkg file
Code:
; ShoutcastEngine.pkg
;
;
;Language - standard language definitions
&EN
;
; Application UID
#{"Shoutcast Engine"},(0xE020240A),1,0,0
;
;Supports Series 60 v 3.x
[0x101F7961], 0, 0, 0, {"Series60ProductID"}
;
; Localised Vendor Name
%{"Forum Nokia"}
;
; Unique Vendor name
:"Forum Nokia"
;
;Files to install
"$(EPOCROOT)epoc32\release\armv5\urel\ShoutcastEngine.dll"-"!:\sys\bin\ShoutcastEngine.dll"
"$(EPOCROOT)epoc32\DATA\Z\resource\Plugins\ShoutcastEngine.rsc"-"!:\Resource\Plugins\ShoutcastEngine.rsc"
"$(EPOCROOT)epoc32\winscw\c\Shoutcast\shoutcast.pls" -"!:\shoutcast\shoutcast.pls"
This is the sample project from Nokia "ShoutcastEngine" from S60Internet Radio.
Pls can you tell me is there any wrong in that pkg files.