Thanks wizard_hu_ :)
I am gonna try the autostart option, [i think ihave seen posts here earlier on that] n check out the API also.
Type: Posts; User: dee_viz; Keyword(s):
Thanks wizard_hu_ :)
I am gonna try the autostart option, [i think ihave seen posts here earlier on that] n check out the API also.
Recently only i understood what 'granularity' is. Thanks for your replies, savaj and Mr. Buttington.
Here is a good document/quick reference on Dynamic arrays:...
Thanks a lot wizard_hu. [ It helped me solve one big issue :) ]
This helps in installing a console application too, where after implementing a <yourapp>_reg.rss file, you will have the application...
Please go through this post.
http://discussion.forum.nokia.com/forum/showthread.php?t=117116
Hello all,
I have three queries.
I was trying to install a console application in my E61i. I was using some simple hello world program, signed it with devcert and installed it with UIDs assigned...
Ok, I have tried something, thanks to skumar. :-). It is doing the job. But i dont know if its the best way around. :D
Its done using MicroSecondsFrom()
Thnx Kiran. Its working. :-)
I have one more query. Can we measure the time taken to execute a particular part of our code? like gettimeofday() in c++?
Hello all,
I need a quick fix.
How can we introduce a small delay, in terms of milliseconds, in the code? Just like sleep() in C++. Any pointers towards examples, previous posts or some resources...
Hi all, one more stupid question :D
I have created an array of TBuf8<32> elements and am resizing it later as follows:
This array is filled with data later on. After populating it, I want to...
thanx a lot for your help. :)
Now i am able to install it.
I was getting an update error but i found from our forum that its due to the change in exe UID in my package file. Then I removed the...
Here it is:
hello
I am trying to port a Series 60 2.0 application to S60 v3.0
in detail, i have modified the code a bit and trying to run it on E61i with 3rd Ed SDk, MR.
I am getting the error "Unable to...
Hello all
I have a query. I am developing some WLAN application which receives data from a server[a PC or a special device] and this data has to be displayed on the phone.
I am supposed to do...
Hello all,
I am sorry if this post doesnt belong here. Admins, if you find this appropriate here, please be kind enough to move this.
Here I have a problem.
I have a Symbian.C++ application...
Thanks for the tip yucca, i changed it to CArrayFixFlat. It is actually an array of integers only, to keep track of data assigning in another array.
I have another problem, I have another...
thanx for that express reply yucca and kumar. This worked.
thanks a lot.
Hello all
Here I am trying to create an CArrayFixSeg array
in .h file
in .cpp
I want all the elements to be initialized to NULL. How can I do that?
I tried the following but the program...
Hello all,
We want to develop an application on Symbian which searches the available WLAN networks around for the given ssid and displays the result.
Any thoughts about how to implement it?
...
Hello all,
I am really new to Symbian, and my primers are weak.
Here I have some data stored in an array[CArrayFixSeg] of TBuf8<32> elements. I want to output/print the data in each element as...
Hello all
I am trying another method, [all these trials come from some example codes listed somewhere ;) ].
Here I have defined a CArrayFiXSeg.
where varx is a variable which is used to fix the...
hello all
I am trying some example code from here(http://newlc.com/topic-3670) to construct a 2D array.
In .h file
In .cpp file, I am trying a few things.
In the code above, I have...
What is RArray size limitation for one element?
Hello all,
I have a problem. We are trying to develop an app that scans for packets of data over some network. These packets consists of data in three sections, 1. total no of packets, 2. serial...
I am trying to develop some WLAN management program. As a part of that, I went through the example given in our wiki.
its here: http://wiki.forum.nokia.com/index.php/WLAN_Management_API
I took...
Please correct me if I am wrong.
I tried the same thing, set up a WLAN connection from another machine, connected the devices, but the emulator did not identify it. :(
Have to test it on a real...