
Originally Posted by
truemax
Here is the content of pkg file:
--- start content, removed commented lines before this.
; UID is the exe's UID
;
#{"BasicTimer EXE"},(0xECACC892),1,0,0
;Localised Vendor name
%{"Vendor-EN"}
;Unique Vendor name
:"Vendor"
"$(EPOCROOT)Epoc32\release\$(PLATFORM)\$(TARGET)\BasicTimer.exe" -"!:\sys\bin\BasicTimer.exe"
---end pkg file
I also noticed that it give the error "Application not compatible with phone. Continue anyway?" message prompt. I wonder why this is coming out, I am using S60 N97 SDK.
Add following line to avoid message "Application not compatible..."
Code:
;Supports S60 5th Edition
[0x1028315F], 0, 0, 0, {"Series60ProductID"}

Originally Posted by
truemax
After that prompt it give the Storage selection, then the progress bar, then the error. No other text with the error. BTW this is a console application. Do I need to have any extra steps taking care of the console library or what not?
Make sure that you build your project with "Phone Release (GCCE)" configuration.