On 05/06/2010 13:01, Robert M. Münch wrote:
On 2010-06-05 02:34:10 +0200, BLS said:
to be honest with you, this is just a guess...
what about :
__gshared char[] x;
bjoern
http://www.digitalmars.com/d/2.0/migrate-to-shared.html#__gshared
Ah, didn't saw this. I have a global static char[] but will try to use
immutable and see if this helps.
Please let me know what you have figured out. have to deal with WIN API
TlsAlloc stuff and I am a bit confused on how to bring D TLS and WIN TLS
under one hood. Guess it's the Tls API indexing thing I can't get..
TIA
bjoern