1
vote
4answers
123 views
Issues with build in Carbide C++ 2.0
I'm building my application and when I try to run it on the emulator, I get this error.
Creation Time Description Resource Path Location Type
1254339868582 BLDMAKE ERROR: Directory …
0
votes
1answer
68 views
Carbide.c++ 1.2.2 not displaying SDK S60 2nd Edition CW templates
I downloaded Carbide.c++ 1.2 and also downloaded the SDK S60 2nd Edition CW.
I installed the SDK and it is recognized in the Window->Preferences->Carbide C++->SDK preferences.
but when I try to …
0
votes
2answers
174 views
Subversion on carbide
Hi,
I am using carbide for symbian developement there is plugins called subclipse but the issue is when i go to option of find and install under software updates the IDE gets hungs is there any …
0
votes
4answers
1k views
Symbian C++ - Load and display image from .mbm file
I have a .mbm file that I copy to my device using this line in the .pkg file
"$(EPOCROOT)epoc32\data\z\resource\apps\MyApp.mbm" -"!:\resource\apps\MyApp.mbm"
Then in the draw function of my …
1
vote
1answer
98 views
Symbian C++ - Remove or hide component (ie. CEikLabel)
Hi,
Seemingly a simple enough question, but I cannot work it out.
I want to hide a CEikLabel at a certain point. I want a function like..
myLabel->SetVisible(EFalse);
or..
…
2
votes
4answers
1k views
Carbide / Symbian C++ - Change Application Icon
I am using Carbide (just upgraded to 2.0) to develop an S60 3rd Edition application.
I would like to know the easiest way to change the icon (both the application icon on the device menu and the icon …
1
vote
3answers
261 views
Symbian C++ - Persistent storage of a single variable
Hi
I wish to store a single variable in my application that will be saved between runs. This will be a version number that will be used to trigger an update option and so will change only rarely.
…
0
votes
3answers
501 views
Symbian C++ - S60 application launches through TRK and Carbide, but not afterwards or when downloaded.
My application has just started exhibiting strange behaviour.
I can boot it through the Carbide Debugger (using TRK) and it works fine with no visible errors and is left installed on the device.
Any …
2
votes
5answers
720 views
S60 application - Symbian C++ - Exit button doesn’t work
Hi
In my Symbian S60 application, my Options menu works as expected. But the Exit button does nothing.
I am developing with Carbide and have used the UI Designer to add items to the options menu.
…
5
votes
4answers
847 views
Tutorial on understanding strings in Symbian
Hi!
I have Carbide.c++ Developer from Nokia and I want to create applications for my S60 phone.
I've looked at the samples that goes with the different SDK's for S60 but I haven't found any simple …
