Error when using RHttpSession with UIQ 3

Login to reply to this topic.
Fri, 2008-04-25 18:56
Joined: 2008-03-12
Forum posts: 30

Hi,

I'm trying to use RHttpSession with UIQ3. I issue:

_LIT8(KUrl, "http://www.yahoo.com");
iUriParser.Parse(KUrl);
iSession.OpenTransactionL(iUriParser, *this); // this class implements MHTTPTransactionCallback

I can see in Debug view after a time:

24.065 Constructing HCTL Bcsp
29.105 Thread SdpServer.EXE::Main Killed -5

And the callbacks MHFRunL or MHFRunError never get called. I have All -TCB capabilities.

Please, help what does this -5 mean (KErrNotSupported bu what's wrong?) and how to fix?

Thank you very much in advance!
Genesis


Fri, 2008-04-25 21:39
Joined: 2008-03-12
Forum posts: 30
Re: Error when using RHttpSession with UIQ 3

Forget it. I've figured that out. I've forgotten to set up a good Internet account in the UIQ simulator. Now works. Thank you.

  • Login to reply to this topic.