I'm using Carbide Developer and have just updated to 1.2.2
Prior to this update I had just gotten the TRK phone debugger working (using USB after much mucking about and abandonment of BT). Whether...
Type: Posts; User: karlbaldwin; Keyword(s):
I'm using Carbide Developer and have just updated to 1.2.2
Prior to this update I had just gotten the TRK phone debugger working (using USB after much mucking about and abandonment of BT). Whether...
I'm preparing to apply for a developer certificate and as part of that have been running the emulator with 'epocwind' logging to gather information on what the Capability requirements of my app are....
In the Carbide dialog 'properties/c/c++build/configuration settings' there is a text box 'Capability'.
This was originally set to 'ALL' (by default?).
When I turn on security diags in the...
CDAVIES Thanks for that. Seems to me the PlatSec msg is technically correct, but not very clear.
Having had a further look I find that my projects (Carbide) Property 'Capability' is set to 'ALL'....
wizard hu- not really clear on what you are saying. Below is an example of one of my 10 PlatSec msgs. I interprit it as meaning that my app (psa3.exe) wouldn't install on a device without it being...
I've recently converted a 2nd ed app to run in 3rd ed.
It works fine in the emulator.
The application gathers (READ-ONLY) information about the users phone service experience, writing KPI events...
Found after re-boot that epocwind began updating!
Event 416.885 is me starting my app
Event 417.325 is I believe the -20 error dialog.
Do the intervening messages offer any clue?
...
I wish I had better news- I've verified that epocwind is enabled in the emulator and also checked 'epoc.ini' (LogToFile) option is '1'.
The problem appears to be that it (epocwind) is not being...
Amitkankani- I've done a search of my 'C' drive (this is where Carbide and my app source is) and there isn't an epocwind.out file anywhere. I presume there isn't one because the app doesn't progress...
Thanks stichbury/amitkankani for your responses.
Amitkankani- I use the IDE (Carbide) for builds and currently have little/no experiance of command line building. My project does'nt have inf/mmp...
I'm converting a 2nd ed app to 3rd ed and am compiling without error. However, when I launch in the emulator the app doesn't start and I get 'menu: system error (-20)'.
My question regards the...
I've installed Carbide 1.1 and imported an existing project that compiles fine (for the emulator) except for one remaining problem that is driving me mad!
I get this-
"Errors caused tool to...
I have a multiselection list query dialog using a RESOURCE struct for initialisation derived from CAknListQueryDialog.
The state (box marked/unmarked) of the list items is not natively preserved...
I'm using S60 2nd Ed SDK.
I have an app that runs fine on the emulator/phone (6680).
What is puzzling is that when the application is first loaded to the phone it requires two launches before it...
Thanks for your replies.
I have now solved the problem.
I had forgottent to add the following line to the .pkg file-...
Im using S60 2nd Ed SDK.
I have an application that builds/runs on the emulator without problems.
When I install it on a target phone (in this instance a 6680) the app won't start and I get 'System...
Has anybody come across this odd emulator behavior-
I made changes to my app and found that when started in the emulator I consistently get 'STOP SYSTEM ERROR' (no error code, though extended...
I have a problem whereby when I launch my app from the emulator shell i get 'STOP! SYSTEM ERROR'. There is no error number associated with it (yes, emulator is set for extended error mode). My...
Thanks for your response but I have solved this problem now and it was, as I thought, stupidly simple. I was not referencing object 'iDellDisplay' with a valid handle. Yet another lesson in the...
Hopefully someone can help with this!!
I have a CEikTextListBox that I want to alter the content of. To do that I'm getting the list box model into an array however, when the line begining...
Can't get my head round what I need to do here. I've got a DBMS table with a specific column into which I want to put 'TTime' entries. Later I want to build an array of the table data using an SQL...
Thanks for the replies guys. I found the problem, it was to do with the formatting of the SQL query (spaces missing).
On to the next problem!!
When I run my app on the emulator I get 'STOP! System Error -6' notification when the last line (the statement with 'view.Prepare') below is executed. Using the error codes list this would appear to...
Thank you both for your suggestions/replies.
I think you have seen that there isn't a line "winscw.GlobalOptions.targetPath" in the .cdtbuild file for S60 2nd SDK. What adds to my confusion is...
More information-
I can rebuild other projects for the emulator correctly, they appear in the shell.
For the problem app (PSA03) I've found that the (as already stated) psa03.app file is placed...