"is it possible to implement two CActive class in one Application?"
U have a simple worh sorry to do the job, anyway i know that ur experience programmer. i and rao sir get u in wrong way and...
Type: Posts; User: ineelabh; Keyword(s):
"is it possible to implement two CActive class in one Application?"
U have a simple worh sorry to do the job, anyway i know that ur experience programmer. i and rao sir get u in wrong way and...
Hi Tanya ,
If ur application closes, then u can always debug it first to see the Execution break point. Implementing two active objects does not breaks ur execution certainly. There might be other...
iNeelabh :: Yes u can make any number of Active object for single application.
think, what will happen to symbian if u have only one Active object ? then what will be the role of Active scheduler...
Error is that ...u might not had defined the ECommands.
i also do the same to a example. it shows same error. so please correct your ECommand(1,2,3)
hi,
as said by rao sir, The RComp is ResourceComplier, so u must be having some problem with .RSS file definatily, so please check that file again, i think u will get through in next try
Rao sir,
i have done this 3-4 times. but this ResourceCOMPlier is really behaving strangly. thanks for ur support.
Hey this is same problem i m facing. but problem me is that i m using an symbian example itself, nothing added for use by my side.
Hope that u get the answer
Hi All,
i have Carbide V1.2, and try to build the ScaleableScreeing Drawing Example. It is Showing "RComp Failed - deleting output files".
what that means, how can i correct same.
thanks...
hi sohil ,
Symbian OS is a proprietary operating system, designed and produced by Symbian Ltd.
Symbian is not Open Source software. However, phone manufacturers and other partners are provided...
U can also find "Imageconverter" example in example section of forum.nokia.com
the example uses the best and fastest method(Active Object) to convert many format images(JPEG,TIFF etc) that are...
Yes Rao sir is correct .
hey u can only learn symbian very fast with examples provided with SDK version. you can also look at the CHM file in Docs folder that has all nesscary example description...
Do not Use any Global Variables becasue with them u cannot make an ARMI complied file so no target device deployment is possible.
I repeat again do not use Global Variable like
TInt gParam;
Help in what ? please add some descriptive text with your post.
i think u need to change from AIF folder or form resouces files.
their are RSC and RSS file that contain informatin abt the information
Or simple search LOC file which have all text.
...
two sugesstion
1. Xplore more Rfile class
2. Seek() or TInt Seek(TSeek aMode,TInt& aPos) const;
The start of the file is position zero.
http://www.newlc.com/Accessing-UID-information-from-SIS.html
may help u.
hi Sam,
i have used this version ... it never posed ne problem.
#include <aknnotewrappers.h> //add this header.
CAknInformationNote* informationNote = new (ELeave) CAknInformationNote;...
i just added code to count the number of files in a function.
hey ....sir thank you all it is working.
I m using same example as in nokia forum. though i have added some more code but without making any global variable. is that possible or i m doing something wrong.
But i have some Const Global...
when i try to build the file with diffrent platforms(ARMI,THUMB) the CW show following error :
tool exit status=-2
Dll"ImageConverter[1020097].APP" has initialised data
what is the matter...
ok... but after trying ... compling with ARM GCC based , the CW is flagging many error in same project that is already build with x86 cleanly. what is the matter. can anyone suggest me what to do.
...
i have CW with nokiax86 as complier. i want to ask if my phone work with this complier files (suppose i make a sis out of AIF,RSC.. files through MakeSis util) . Now i installed the SIS in my phone ....
Check your Current Version ::
*#0000#....
this will tell you your nokia software version. check for any update on nokia site. if u want update, ask your local nokia service center.
i have s60 8.0a FP2 installed on my PC ...and i modified FILE sever example of nokia forum.. after i makesis for the package file. but when i go for installing the SIS file on my 3230 ..it didnt work...
suppose like this ...
postData8.Copy("C:\\nokia\\app\\myname.txt");
// Start transaction
iClient->IssueHTTPPostL(uri8, KMimeType, postData8);