Boost logo

Boost :

From: Aaron W. LaFramboise (aaronrabiddog51_at_[hidden])
Date: 2004-08-02 01:48:35


Bronek Kozicki wrote:
> I think that's because this structure is not placed in .tls section. On
> my computer it's executed, possibly because I have different OS (Windows
> Server 2003). We need to find a way to put callback address in .tls
> section using older compilers.

As far as I know, the callback list does not go in .tls, but in .rdata
(or I guess .data). .tls is only for initialized TLS data (I suppose it
is like a TLS version of .data).

Aaron W. LaFramboise


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk