hi,
Use in the following way: Not the exact syntax though -
RFs fs;
fs.Connect();
RFile file;
file.Open(fs,filepath,mode);
file.Read() /...
Type: Posts; User: himsymbian; Keyword(s):
hi,
Use in the following way: Not the exact syntax though -
RFs fs;
fs.Connect();
RFile file;
file.Open(fs,filepath,mode);
file.Read() /...
hi,
Just use RFileLogger iLog and check whether it works.
// declare this variable as a class member.
RFileLogger iLog;
// write this in the class...
hi,
Whatever classes you have used in your code, just check them in their docs and include the corresponding .lib files.
Also check the names of the functions that you have used in your code.
...
HI amit,
1) On the line, where you are trying to open the file, you hav written - [User::LeaveIfError], it means if the file does not exists,
the code will leave at that point with KErrNotFound....
Hi,
Just check whether, you are not leaking in your code.
Regards,
himanshu k
hi,
RESOURCE MENU_PANE r_menu
{
items =
{
// added the new Options menu command here
MENU_ITEM
{
command = ESleepModeMenu;
txt = qtn_sleep_menu;
hi,
_LIT ( KMsnMembershipFilePath, "c:\\private\\A00047A7\\MsnMem.mim");
just try this!
Thanks,
himansh
hi,
Can you specify in detail what you want??
Thanks,
hi friends,
1] I am working on the log engine application, here i need to view the all the logs of a particular
date.
2] In the following case the code works fine.
Here, I am...
hi imran,
In your pkg file : The system path is on the left hand side and the device path is on the right hand side.
So before executing command makesis:
verify your left hand side path whether...
hi,
You can Log or write to files using the RFileLogger class. Just follow the steps below:
1) In your .h file , #include <flogger.h>
2) In the class declared in that .h file,
class...
hi ,
This is my mmp file.
I am using [edllstub.lib] bcos i am implementing Dll::Tls() Dll::SetTls() in my code.
TARGET LoggerDll.dll
TARGETTYPE dll
UID 0x1000008d 0x10004268
...
hi friends,
a) It is not working , whenever i try to include a static dll the application doesnt open up. with out that it opens up properly.
b)
The library of my mmp file of my DLl...
hi,
Thanks for your reply again.
I did it what you said ,and I installed the application (that is using my dll) ;
it is a simpe GUI application,i hav just self signed it. but after...
hi,
Thanks for your reply.
Then how do I go, about doing it. if .lib file is not created thn what should in include in .mmp file?
how do i build a static dll for gcce
Thanks,
himansh.
Hi friends,
a) I have developed a static interface Dll. It works fine on the emulator build.
That is, when I build it (for winscw), LoggerDll.lib and LoggerDll.dll is being created in the...
hi,
Thanks for your reply. In my case,my library gets control of the entire view. What I want is,I want to create a separate status pane object irespective of the application status pane which is...
hi friends,
a) In my app, I am having 2 views, say view1 and view2.
b) My status pane is being created in the appui itself using the following statement:
CEikStatusPane* sp =...
hi,
Thanks for your reply.
In our implementation, we have created the static library which is having some full screen UI and we want to show our own status pane in that and not the status pane of...
hi friends,
a) I have written a dll in which, I have implemented a CEikStatusPane with my own parameters,which is loaded into a 3rd party application.
b) When that 3rd party...
hi skumar,
actually the same thing was duplicated by mistake.
Any suggestions for the problem??
Thanks,
himansh
hi friends,
1) I have downloaded the http client example from forum nokia site. I hav a url whose server gives response in gzip format , but i am getting the response in XML format.
2) In...
hi friends,
1) I have downloaded the http client example from forum nokia site. I hav a url whose server gives response in gzip format ,but i am getting the response in XML format.
...
hi,
1)
I am quite confused. in RunL my iCallId is always zero (after dialNewCall()).
same i am passing to GetCallstatus like:
TRAP(err,iTelephony->GetCallStatus(iCallId,iCallStatusV1Pckg));
...
hi vineet,
TRAPD(err,iTelephony->GetCallStatus(iCallId,iCallstatus));
here err is zero, but iCallstatus gives me an empty string.
any issues?
Thanks,
himanshu