I had no idea I could leave the http part on although I found it very odd I had to remove it. Thats very good to know.
Type: Posts; User: nawkboy; Keyword(s):
I had no idea I could leave the http part on although I found it very odd I had to remove it. Thats very good to know.
>Just pass in a local file URL like "file:///local.wmlc".
Why should that work? The example specifically removes the http:// from what it uses to open the browser.
In section 3.1.5.1 of "Utilizing_External_App_Views_v1_0.pdf" there is an example of how to start the Series 60 WAP browser for a particular URL. This same topic is also discussed a few times on...
Whats the easiest way to run gdb on windows? I would prefer a graphical interface to it.
Is DDD (Data Display Debugger) any good? Is there a better alternative?
The following is copied from a posting on the discussion.epoc.C++ newsgroup that Symbian maintains. Daniel Rolf was nice enough to write a summary of how to do on-target debugging. Search the...
What does one need to do to get the programatic browser opening to work on the Series 60 emulator? Do I have to install or configure some WAP proxy thing?
I already have the sockets example...
I have been working on an HTTP client for Symbian Series 60 that sends an
image up to an http server. The code I have is modeled after the sockets
example that ships with Nokia's Series 60...
I have been working on an HTTP client for Symbian Series 60 that sends an
image up to an http server. The code I have is modeled after the sockets
example that ships with Nokia's Series 60...
Where can we find more information about the back port of the Symbian 7.0 HTTP client?
What implementations of XML-RPC for Symbian C++ are available? I thought XML-RPC was a Java standard.
I would be interested to know of any SOAP client implementation for Symbian C++.
I am getting the following link error on one of my classes:
.... error LNK2001: unresolved external symbol "int __cdecl
operator==(int,enum TTrue)" (??8@YAHHW4TTrue@@@Z) ....
I looked carefully...
I am getting the following link error on one of my classes:
.... error LNK2001: unresolved external symbol "int __cdecl
operator==(int,enum TTrue)" (??8@YAHHW4TTrue@@@Z) ....
I looked carefully...
Any ideas folks?
----- Original Message -----
From: James Carpenter
To: doxygen-users@lists.sourceforge.net
Sent: Thursday, June 12, 2003 5:06 PM
Subject: CcDoc configuration for Doxygen for...
Any ideas folks?
----- Original Message -----
From: James Carpenter
To: doxygen-users@lists.sourceforge.net
Sent: Thursday, June 12, 2003 5:06 PM
Subject: CcDoc configuration for Doxygen for...
Any ideas folks?
----- Original Message -----
From: James Carpenter
To: doxygen-users@lists.sourceforge.net
Sent: Thursday, June 12, 2003 5:06 PM
Subject: CcDoc configuration for Doxygen for...
Can't one write a series 60 app that turns around and executes the .exe. Does this approach work?
How does this reconcile with the On-target debugging described in the SDK documentation?
The documentation I refer to can be found in the Series 60 SDK at:
Symbian OS v6.1 Edition for C++ »...
How does this reconcile with the On-target debugging described in the SDK documentation?
The documentation I refer to can be found in the Series 60 SDK at:
Symbian OS v6.1 Edition for C++ »...
How have other developers performed on target debugging for the series 60 platform, particularly the Nokia 3650.
As I understand things from the SDK documentation this can be done using either...
How have other developers performed on target debugging for the series 60 platform, particularly the Nokia 3650.
As I understand things from the SDK documentation this can be done using either...
How have other developers performed on target debugging for the series 60 platform, particularly the Nokia 3650.
As I understand things from the SDK documentation this can be done using either...
If a Symbian GPRS terminal such as the Nokia 3650 uses Symbian's Socket API will it be allowed to connect to any arbitary internet host on any arbitary port by a typical cellular carrier? Is there...
If a Symbian GPRS terminal such as the Nokia 3650 uses Symbian's Socket API will it be allowed to connect to any arbitary internet host on any arbitary port by a typical cellular carrier? Is there...
SHORT VERSION:
//_LIT8(KCRLF, "\13\10"); //This does not work
//_LIT8(KCRLF, "\0x0d\0x0a"); //This does not work
_LIT8(KCRLF, "\r\n"); //This works
eightBitDesc.Append(KCRLF);
What is...
SHORT VERSION:
//_LIT8(KCRLF, "\13\10"); //This does not work
//_LIT8(KCRLF, "\0x0d\0x0a"); //This does not work
_LIT8(KCRLF, "\r\n"); //This works
eightBitDesc.Append(KCRLF);
What is...