Dear Symbian pro, Our client is currently hiring for below mentioned reks based at Bangalore Pls send cv across if open . Requirement details: Skill : Symbian ...
I will be out of the office starting 03/01/2006 and will not return until 03/16/2006. I am out of the office on paternity leave for 2 weeks I will respond to...
Hello, Just a reminder. Jo Stichbury will be presenting this month. http://kerncomputing.blogspot.com/2006/02/noted-symbian-author-jo-stichbury- to.html Hope...
Hello, See my blog for an overview of Jo Stichbury's talk including the slides. http://kerncomputing.blogspot.com/2006/03/on-accredited-symbian-developer.html ...
Hello, Just wanted to jot a note to the list to update people on the status of the evening lectures. I actively recruited a number of speaker for this spring....
Hi, do you know how to handle asynchronous I/O in symbian OS? I mean think of a chat application: person can write at any time and the remote peer can write at...
Hello Cinar, A good place to start is to look at Symbian's CActive object facility. You'll see a few examples on my blog (kerncomputing.blogspot.com). Jo...
Hi John, Thank you very much for your prompt reply. I found what i look for in the examples folder of Nokia SDK 8.1a - sockets folder. the class architecture...
Hi there, You can use Active Objects and handle it accordinly. I have developed a chat application very similar to what you have quoted.Active objects would do...
Hi! Although, symbian does support BSD socketts interface, however, the Active Object based implementation for sockets is native to the OS. A typical solution...
Hi, i try to connect to a TCP/IP server based on the sockets example. when i run the sockets example, it is OK. when i try my program, i get an error code of ...
10049 has the following meaning: Z:\Programs\isql\bin>net helpmsg 10049 The requested address is not valid in its context. Is the address really valid in this...
Hi, let me write a few more comments: when i try the sockets example it runs.??? mine is a console application. with my application, i can connect to servers...
sorry for the misleading problem definition; actually the integer value of Status variable is 10049 after the connect() call on the rsocket. where can i find ...
Hello Cinar, I typically look at http://www.newlc.com/Symbian-OS-Error-Codes.html and search the headers for such errors. I do see this one either but, based...
Hello, I'll be speaking at the SD Forum Architecture SIG (http://www.sdforum.org/SDForum/Templates/CalendarEvent.aspx?CID=1963&mo=7&yr=2006). If this piques...
1. Which is the best IDE to use for Symbian C++ development ? CodeWarrior or Carbide or Visual Studio.NET with Carbide plugin 2. We want to initially target...
Hello, ... Nokia initially backed CodeWarrior but is making the transition to Carbide. At the moment, I still CodeWarrior but plan to cut over to Carbide in...
Hi everybody, i come across John's following article: http://kerncomputing.blogspot.com/2005/06/configuring-symbian-emulator-ongoing.html i dont have success...
Hi, We have a lookup kind of application for searching upto 20,000 index records. This data shall be in the binary format and we are evaluating options whether...
Hello Cinar, I never did get it working with Series 60, 2nd Edition. Instead, I used RFileLogger to trace things on the device. I am now developing mostly on...
Hello Andy, With UNIX, we often make these decisions based on discussion of the UNIX implementation and profilers. Have you heard of Jane Sales book entitled...
Hello, I want my Symbian/Series 60 (2nd edition) application preinstalled on an operator's phone. It is composed of an .app file and two .exe files. They need...