There are no libraries strange. I list all here
Code:
LIBRARY euser.lib apparc.lib cone.lib eikcore.lib avkon.lib
LIBRARY commonengine.lib efsrv.lib estor.lib eikcoctl.lib eikdlg.lib
LIBRARY eikctl.lib bafl.lib fbscli.lib aknnotify.lib aknicon.lib
LIBRARY etext.lib gdi.lib egul.lib insock.lib
LIBRARY ecom.lib InetProtUtil.lib bitgdi.lib
this is my PKG file
Code:
; PokerPlaying.pkg
; This is an auto-generated PKG file by Carbide.
; This file uses variables specific to Carbide builds that will not work
; on command-line builds. If you want to use this generated PKG file from the
; command-line tools you will need to modify the variables with the appropriate
; values: $(EPOCROOT), $(PLATFORM), $(TARGET)
; Also, the resource file entries should be changed to match the language
; used in the build. For example, if building for LANGUAGE_01, change the file
; extensions .rsc to .r01.
;
;Language - standard language definitions
&EN
; standard SIS file header
#{"PokerPlaying"},(0xECE85C35),1,0,0
;Localised Vendor name
%{"Vendor-EN"}
;Unique Vendor name
:"Vendor"
;Supports Series 60 v 3.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)\PokerPlaying.exe" -"!:\sys\bin\PokerPlaying.exe"
"$(EPOCROOT)Epoc32\data\z\resource\apps\PokerPlaying.r01" -"!:\resource\apps\PokerPlaying.r01"
"$(EPOCROOT)Epoc32\data\z\private\10003a3f\apps\PokerPlaying_reg.r01" -"!:\private\10003a3f\import\apps\PokerPlaying_reg.r01"
"$(EPOCROOT)epoc32\data\z\resource\apps\PokerPlaying_aif.mif" -"!:\resource\apps\PokerPlaying_aif.mif"
"$(EPOCROOT)epoc32\data\z\resource\apps\PokerPlaying.mbm" -"!:\resource\apps\PokerPlaying.mbm"
; Add any installation notes if applicable
;"PokerPlaying.txt" -"!:\private\0xECE85C35\PokerPlaying.txt"
and i use another .mbm file that not listed in pkg file.
are there any error?