in a multi-threaded application, I transfer to Symbian using Open C, I have an object that uses RFile to read / write data to a file. This object must be accessible from different threads (it is thread safe), however there is a problem that, apparently, RFile objects can be accessed in only one thread. As soon as another thread uses the RFile object, I get KERN-EXEC 0.
Is there a way to split an RFile object between different threads? I can not use Active Objects.
source
share