K, thx paul, you helped me solvin the case.
The problem was that my Rfs session wai inited in the main process.
And while checking this fact, i had forgotten to connect it..
Type: Posts; User: Mike24Productions; Keyword(s):
K, thx paul, you helped me solvin the case.
The problem was that my Rfs session wai inited in the main process.
And while checking this fact, i had forgotten to connect it..
Hi, thx for your answer. Even if I create the RFS within the thread i'll have the same result.
crash in > ekern.dll!5b03f00d()
i do not get any panic or leave code (or maybe i dunno how to get...
Hi, i got the similar problem with anotha function FindWildByDir.
Actually, I had 3 issues:
- Define a cleanupstack
- TRAPD(myFunc)
- use & install an Activesheduler
I'm still having the...
Hello!
I'm new to symbian threads and gonna need some help about this>
I got a crash when using TFindfile within a thread, whilst he code fragment works perfectly otherwise.
Here is my thread...
Hi all.
I'm trying to retrieve media file UIDs using GetDir with ESortByUid:
m_fsSession.GetDir(sPathName,KEntryAttNormal|KEntryAttAllowUid,ESortByUid,pFileList,pDirList);
I tried with jpg and...
Thanx, you're right ! I found related infos in the doc.
I'm using this in conjonction with GetDir and get what I want but unfortunately I cannot retrieve UIDs.
It seems to be the only field that...
How to retrieve the list of media files (sounds, pictures, videos,..) without harcoding the paths like c:\nokia\sounds\ and enumerating using a wildcard ?
Hi.
Does anyone know how to browse the folders content of my 6600 in a MIDP2 application ?
I dindn't see any api capable of doing that and I need to list and access files within the Installed...