
Originally Posted by
Zarni
Thanks for rapid answer. I WAS using S60 3rd SDK FP1, it felt like my actions got somehow something corrupted. Anyway, my target device is N73, and now I switched to 60 3rd SDK MR, and I can again run HelloWorld on the emulator. Now I only need to learn how to connect the file server and parse the path names. Basically I know already functions that will help me with it, like:
(RFs fsSession;
User::LeaveIfError(fsSession.Connect());
CleanupClosePushL( fsSession );
The problem is, I have no glue where to program it, as there are these four different cpp-files. But if my original problem seems unsolvable, please don't waste your energy on it, as I am doing "well" with the Maintanance Release SDK now.
edit:
"Do you have the "Extensions plug-in for S60 3rd Edition SDK for Symbian OS, for C++, MR" installed ?"
- Oh yes, I had and still have that extension installed. Maybe my original problem was related to the incompatibility between SDK FP1 and the extension?