
EpocStat
A major issue with porting applications to EPOC comes in the form of writable global variables or writable static variables. These are variables defined outside the scope of a class-instance that can be changed by the code, i.e. they are writable as opposed to being just read-only or constants. Many programmers use this style of coding for values that need to be preserved between code components. The common solution is to use Symbian DLL's Thread Local Storage (TLS) instead. However, this solution doesn't work for multi-threaded DLLs! EpocStat provides a solution working both for single-threaded and multi-threaded DLLs.
Release: v1.0 (9 March 2003)
Size: 21,284 bytes
Platform: EPOC ER5, Symbian OS v6.x, Symbian OS v7.0
License: Freeware
Author: Nataly Merenbach, Anatoly Kardash
Download
|
|