Hi,
I am creating a file in my application...and it is working absolutely fine on the emulator..but while testing it on the device the file is not there.....paths are tested!!!
help on this matter..
Have you cheked ALL return values of all objects that are not leaving, one of then is propably reporting the error situation and when you find it you are a lot closer to find the cure as well.
yucca
Which values are u talking abt?
2003-09-25, 08:48#3
Just check all intitialization function involved in file creation, and check the return values of the against KErrNone and have some way to report errors back to you (error notes etc.) or just use User::LeaveIfError() and get system error notes on error situations.