Almost forgot.
I found this thread about beta program.
http://discussion.forum.nokia.com/forum/showthread.php?t=146545
Type: Posts; User: Martin_Malek; Keyword(s):
Almost forgot.
I found this thread about beta program.
http://discussion.forum.nokia.com/forum/showthread.php?t=146545
I have registered for 3.2 beta program but I'm still waiting for reply. I managed using App Trk 2.8.9 after some port configurating.
Hello all
I would very much like to have an App Trk for the S60 5th edition SDK.
I tried checking Carbide updates but no luck.
Do you know if it is available and where I can find it?
BR...
Ahh yes. Ofcourse. I tend to not use long macros but as you say a \ means the macro continues on the next line.
Thanks.
Hi
I noticed that the following code doesn't get compiled:
#define MYPATH E:\\MyPath\\
//Using MyPath E:\\MyPath\\
#ifdef MYPATH
code here
#else
Hi
I would like to change the name of my application.
When I started developing it it was named DemoApp. I would like to change the name to RealApp. I managed to change the qtn_caption_string...
I have solved this issue using http://www.rekenwonder.com/linkmagic.htm
What this does is it allows me to map my source code and projects which are located on my K: drive as a folder on my C:...
CCamera::SetFlashL(CCamera::EFlashAuto) does the trick :)
Hi
Is there any API to find out that the preview image is too dark so that I can turn on the flash? Or do I need to analyze every frame myself?
- Martin
An update on this old thread.
In my case the error was that stdarg used:
typedef char* __e32_va_list;
while gcce.h uses:
typedef struct __va_list { void *__ap; } va_list;
typedef va_list...
Some more progress on this.
Only languages that are supported by the ROM will be installed. Otherwise the application will default to (not sure what if you have an application with only unknown...
I solved it by adding
"$(EPOCROOT)Epoc32\data\z\resource\apps\MyApp.r37" -"!:\resource\apps\MyApp.r37"
"$(EPOCROOT)Epoc32\data\z\resource\apps\MyApp.r01" -"!:\resource\apps\MyApp.r01"
But...
Hi
Does Carbide 1.2 Dev support multilang?
I have created 2 language files but when I try to add them in the pkg file to my *.rsc file
Here is my pkg code:
{...
Well I could but it would be too much work to set up compared to the benifit. I think I will just copy the libraries to the right place.
I might give *.dso a shot and solve this problem once and...
Thanks Ravinder.
It works fine now. Though I have a question about:
CEikStatusPaneBase::TPaneCapabilities subPane = statusPane->PaneCapabilities(naviPaneUid);
if (subPane.IsPresent() &&...
Hi Ravinder
This is exactly what i meant.
I have 2 cba controlls. In one of them I would like to remove the app title and replace with my own code.
You mention that there are standard ways...
Hi
I wonder if it is possible to add labels to a cba?
I have custom CBAs in my application. One is an exit buttson with an options menu and the other has two buttons (save/delete).
The...
The title says it all.
I want to place my libraries somewhere else than in epoc/release and that is not possible using static libraries.
Could anyone tell me what I need to do to get CSL arm...
Hi Tim
Sorry but I'm a bit confused. You say that your projects are on other drives. So are mine and this is the way I would like to keep it.
But what happens when you import? Using Carbide 1.0...
I want to clarify 2. in previour post.
Carbide searches for libraries using relative paths. Meaning that if I want to specify my static library as:
STATICLIBRARY...
Hi
I have managed to move my Carbide 1.0 Express projects to Carbide 1.2 and have even got the on-device debugger up and running.
But I still have some issues I would need to work out.
1. I...
Hi again
We now managed to build the project by adding our libraries to the c:\Symbian\9.2\S60_3rd_FP1\Epoc32\release\armv5\udeb\ folder.
This is just a temporary solution and we would really...
Hi Vivelu
Thanks for the input. I noticed that after adding my libraries in (Right Click Project->Properties->C/C++ Project Paths->Libraries Tab) they suddenly appear in my mmp editor and I can...
Sorry for the double post in SDK & Tools forum.
Hi
I'm trying to migrate from Carbide 1.0 to 1.2 because I would like to use on-device debugging.
My problem is that I have our product...
Sorry. Wrong sub-forum. Will post in correct now.