Could successfully generate a static library having global variables. A executable(.exe) uses this static library. Was able to generate the exe for Thumb.
Are global variables allowed in static library(.lib) in symbian?
Are global variables allowed in exe in symbian?
What if this static library is used by a DLL, would it compile succesfully ?
Can we use Thread Local Storage and DLL class functions(SetTls(), Tls()) in static library?
Thanks in advance for all the help.