As far as I remember, it did not work for me on N82 or N5800 (not sure about N5800, but definitely did not work on N82).
Type: Posts; User: jp19; Keyword(s):
As far as I remember, it did not work for me on N82 or N5800 (not sure about N5800, but definitely did not work on N82).
Hmmm thanks. This looks like a neat idea, will try it out.
Regards,
JP
Hi,
I have a camera based application. The app starts fine on N82. However, on 5800, the application takes > 15 seconds to start.
I am not doing any bitmap operations at application start...
Hi all,
For benefit of those reading, I found the solution: we can reserve memory for specified number of elements.
In class RArray:
inline TInt Reserve(TInt aCount);
(Description::...
Hi all,
I need to allocate an array of N elements in my program.
I have gone through and (hopefully) understood the basics of different types of arrays in Symbian:...
Thanks Kiran! Looks like just what I needed. Will try it out :)
Regards
JP
Hi,
Is it possible to set the camera focus (on auto-focus devices) to a fixed distance? Is there and API through which I can say, for example : set focus at 15cm, etc.?
Regards,
JP
Thanks all for feedback. A related question: I read somewhere that a workaround may be to put the dll function call in a separate 'thread' - so that if thread panics, main can catch it and still...
Hi,
We are using a 3rd party DLL in our mobile app. The function in the DLL usually works fine, but sometimes generates a KERN-EXEC 3 panic/exception. We are going to write our own DLL for this...
Problem is, its a camera application and I cannot test on emulator. How do I find the exact line on which it crashes. Is there a way to run it in some debug mode on the phone?
regards
JP
Hi,
I am working on my first symbian application, and trying to use an array of doubles. In my class CReader, I have the following declarations:
.....
private:
double A1[10], A2[10],...