I just hit that same error. I was hoping I could just include the Qt libraries within my application. I can't release something to end users and tell them to go and download something else first.
...
Type: Posts; User: lieuwe; Keyword(s):
I just hit that same error. I was hoping I could just include the Qt libraries within my application. I can't release something to end users and tell them to go and download something else first.
...
Hi,
I am trying to add a very simple popup "options" menu to the positive softkey action.
Problem is that when I click the options button (which calls show() in the QMenu) .. the QMenu is...
I been searching for a while now, could you point me to documentation that describes setting these global variables (or this location one in particular?)
Locale settings are silly anyway, my...
As above I need to input coordinates not as DDMMSS.ss but I would like them as DDMM.mmm which is a default representation in things like tracking & geocaching.
Are there any samples of how to...
I have to disagree with you on the accuracy of internal receivers. I use my N95 for things like geocaching (using this trimble geocache navigator application) and the accuracy in the open is a few...
Thx for the link, but I'll pass. For now I will take the code out of the app again. I am just doing a proof of concept anyway and I don't have the time nor interest to familiarise myself with this...
That worked - thx w_h. It all works nicely - albeit only in the emulator!! Because apparently APSelect calls need ReadDeviceData and WriteDeviceData permissions, I now need my app to be officially...
I did check WIKI but what I found I either don't quite understand or doesn't really apply. I don't want to create a new IAP, I want to use one the phone already knows about.
I was hoping for...
Or maybe I misunderstood, as he was talking about the SMSHeader->Recipients array I assumed the app was looking for the recipient, not the sender.
Is there a way to use an access point without user intervention? I.e. I know what accesspoint (in my case a wlan) I want to use - could I specify this when I start my network services and skip the...
Kiran's example is about the sender, not the recipient anyway. It has been covered here before, getting the recipient (which is in fact the MSISDN of the device your app runs on) is not possible. If...
Could you elaborate? As I have never come across this "2 classes" rule. (in fact I have other classes that inherit from more then one C class - and never had any problems with it) - I have a hunch...
Where did you find this SDK description? I obviously looked up the Panic (here -...
Ugh, so obvious and yet staring at it you miss these things sometimes :) .. that was indeed the problem - Thanks!
And I didn't know about these singleton objects in SYmbian.
Is there any...
Thanks savaj,
I changed it as per below, but I get exactly the same panic ...
#ifndef MYTIMER_H_
#define MYTIMER_H_
#include <e32base.h>
All,
I created this active object (a timer) which was working fine. As I really want the timer to be a singleton object I changed the normal 2way constructor to the one posted below. But as soon...
X is not a value type - I just simplified my example.
I had my test working like so:
class X
{
public:
static TInt Compare(X *const &, X *const &);
All,
Could anyone help me with the correct syntax?
I have a class X something like:
class X
{
Well I finally solved it. In the end it was of course my code and had nothing to do with networking or messaging.
The HTTPClient calls a method that returns an HBufC8* .. I deleted this buffer...
Interesting, although I am working for a very specific (personal) model. The FP1 release is stable isn't it?
I somehow had 3rd edition FP2-Beta installed ... I am now getting the normal 3rd edition FP1 from this site.
It happens on the phone as well. I also removed the sockerserver & connection objects from my code (so now I have to select a network when I do the call) and the panic still occurs.
Something in...
I presume you mean the window that shows all the threads etc called "Debug" ?
When the panic happens one of the threads displays "Suspended: Signal 'Halt' received."
The last call to my code...
I just checked, just in time is already ticked. Where does it show the code where the panic happened? (would it show that if it is not my own code?)
I know what the panic codes mean. But as I said, I don't even use arrays in my application. The code panics not in the application code (I have put RDebug statements absolutely everywhere, I also...