
Originally Posted by
jobin.tech
Hi,
I am new in this Symbian World and i had just started this by installing the following:
----------------------------------
Carbide.vs.2.0.1
ActivePerl-5.6.1.638-MSWin32-x86
S60 SDK 2nd Edition 3rd FP
Microsoft Visual Studio .NET 2003
----------------------------------
According to the Carbide Tutorial i had successfully created my HelloWorld
program, but when i check inside the project path folder i didnt find .sis file in it, insted the SIS folder contains .pkg files in it.
And i tried the command for creating .sis file from command prompt,but not success, getting error:
C:\Symbian\8.1a\S60_2nd_FP3\Examples\XAMPL\K7\sis>makesis K7.pkg
Processing K7.pkg...
K7.pkg(20) : error: file not found
And the following are the contents of my K7.pkg file
============================================================================
;
; Installation file for K7 application
;
;Languages
&EN
;
; UID is the app's UID
;
#{"K7"},(0x0eee93c3),1,0,0
;
;Supports Series 60 v 2.0
;This line indicates that this installation is for the Series 60 platform v2.0
;This line must appear _exactly_ as shown below in the sis file
;If this line is missing or incorrect, the sis file will not be able
;to be installed on Series 60 v2.0 platforms
(0x101F7960), 0, 0, 0, {"Series60ProductID"}
;
; Four files to install
;
"..\..\..\\Epoc32\release\thumb\urel\K7.app" -"!:\system\apps\K7\K7.app"
"..\..\..\\Epoc32\data\z\system\apps\K7\K7.rsc" -"!:\system\apps\K7\K7.rsc"
"..\..\..\\Epoc32\data\z\system\apps\K7\K7_caption.rsc" -"!:\system\apps\K7\K7_caption.rsc"
"..\..\..\\Epoc32\data\z\system\apps\K7\K7.aif" -"!:\system\apps\K7\K7.aif"
============================================================================
Regards
Jobin