Dear Symbian-friends,
I've got the following problem: I've written a web-server for a Symbian Series 60 Smartphone (runs on 127.0.0.1:80 on my phone) - when I want to access a page from the standard-browser, I get the error message "No connection...". I've set the settings in my browser: Local IP-address = 127.0.0.1....
It would be great if anyone could help me,
thanks a lot in advance.
Ronald
hello Ronald,
i'm c# developer, and new to symbian c++. i m trying to create similar app for series 60, that will listen on any tcp port. and accept and process messages.
can you guide me how you created the tcp listener?
i'd be greatful if you share any basic listerner code, or pointers to examples.
thanks is adv.
// chall3ng3r //
Hello,
Here (http://www.symbian.com/developer/techlib/papers/Sockets/sockets.html) you can find a very good introduction to socket-programming on Symbian-platform.
I'd say, if you know the concepts of socket-programming on Windows-/Unix-platform, then you will be familiar with doing it on Symbian-platform. But, however, starting on Symbian is quite not so easy 😊
You said that you are programming in C#:
I've read somewhere these days that there exists sort of a program, that allows you to program in VisualStudio/.NET for the Symbian-platform... When I find the link I'll post it. Maybe this is more comfortable than using other IDEs? Has someone tested it?
Best regards,
Ronald
i've good experience in socket programming on vb6, c# and actionscript. i am just getting started with symbian. did my "hello world" many days back 😊
thnx for the replys.
// chall3ng3r //