I'd like to use the Tls with the 9200 SDK v1.2.
When I build my application (.app) using a call to Dll::SetTls, I've got the 2 following error messages (same under SDK v1.1) for ARMI target :
"undefined reference to 'Dll::SetTls(void *)'"
and
"relocation truncated to fit: ARM_26 Dll::SetTls(void *)"
I have the "LIBRARY euser.lib" line in my mmp project file.
I've got the same errors with the sample source code provided with the SDK (TLS2 in Epoc32Ex\System\ThreadsAndProcesses directory).
Do you know if use of Tls is possible for Symbian 6.0 (9200 SDK) ?