
2 Aug
2004
2 Aug
'04
6:48 a.m.
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