On 22/12/13 12:00 PM, Kai Tietz wrote:
> 2013/12/22 Daniel Villeneuve :
>> Is the dynamic library vs extern thread-local limitation you bring
>> above specific to Mingw-w64's implementation? or applicable to
>> Windows in general?
> It applies to thread-local variables in general. Especially for
>
2013/12/22 Daniel Villeneuve :
> Hello Kai,
>
> On 22/12/13 05:13 AM, Kai Tietz wrote:
>> Hello Daniel,
>>
>> 2013/12/21 Daniel Villeneuve :
>>> Hi,
>>>
>>> I have a DLL library which declares an "extern __thread int iTlsExtern"
>>> variable, which I can access from the library and from a program.
Hello Kai,
On 22/12/13 05:13 AM, Kai Tietz wrote:
> Hello Daniel,
>
> 2013/12/21 Daniel Villeneuve :
>> Hi,
>>
>> I have a DLL library which declares an "extern __thread int iTlsExtern"
>> variable, which I can access from the library and from a program.
>>
>> However, modifications made from the
Hello Daniel,
2013/12/21 Daniel Villeneuve :
> Hi,
>
> I have a DLL library which declares an "extern __thread int iTlsExtern"
> variable, which I can access from the library and from a program.
>
> However, modifications made from the library to iTlsExtern are not
> seen from the program.
>
> Thi
Hi,
I have a DLL library which declares an "extern __thread int iTlsExtern"
variable, which I can access from the library and from a program.
However, modifications made from the library to iTlsExtern are not
seen from the program.
This seems to come from the fact that the address of the variabl