I'm having the same problems on my 6280. I figured out what's it all about: having a colon ':' in your URL makes the phone think you're trying to set a specific port to connect to.
So try to...
Type: Posts; User: mucky021; Keyword(s):
I'm having the same problems on my 6280. I figured out what's it all about: having a colon ':' in your URL makes the phone think you're trying to set a specific port to connect to.
So try to...
No, but since I needed my app to alarm in a short period of time, I implemented the alarm myself, by using ActiveObject.
Same problem here, I have S60 2nd Edition FP3 SDK and there's no AlarmShared.lib.
Hello all,
my problem is that I'm developing an application that is supposed to connect to the Internet, but the only way I (my computer) connect to the net is over a dial-up connection, and not...
Hi,
I've downloaded following version:
Series 60 2nd Edition SDK for Symbian OS Supporting Feature Pack 2 For C++ Supporting Microsoft Visual C++ and Borland C++BuilderX
and those headers...
Hello,
it turned out that the procedure for deleting the buffer containing the desired text was called when it wasn't supposed to, so THIS CODE WORKS IN FACT :)
Hi all,
I've created a program that creates new SMS and sends it automatically, and now I'm trying to do similar with the email.
I searched the forum and found a few very good examples, which...
I am implementing some network functionality in my program, and I tried to use the "sockets" example found in the SDK. My problem is that I don't know how
to synchronize my "View" part/class of the...
I think I'll go crazy...
I'm trying to call a function
TInt GetHostName(TDes& aName);
and I simply cannot make the descriptor that will pass the compiler!
I'm doing something like this:
Hi,
thanks for your reply!
This seems a lot easier to do than my idea, and I think I will manage to do it! :)
Thanks again! :)
Hi all,
I'm trying to implement an application that will run in background (having no GUI), and monitor for incoming/outgoing SMS messages.
I've searched this forum extensively, and found out...