Re: [boost] [thread] TSS Cleanup on win64

Juergen Hunold <juergen.hunold@ivembh.de> writes:
Hi Anthony
On Freitag 16 November 2007, Anthony Williams wrote:
Please could someone with access to the MSVC compilers on a 64-bit platform replace libs/thread/src/win32/tss_pe.cpp with the attached version and run the test_tss_lib test from the thread library.
Done. Please find a log of the full run attached.
Currently this test is failing on MSVC 8/win64 due to lack of automatic cleanup of TSS data. Hopefully the attached version of tss_pe.cpp will fix that.
It seems so. The only culprit seems to be
warning LNK4078: multiple '.CRT' sections found with different attributes (C0400040)
Excellent, thank you very much. I'll try and get rid of those warnings. Anthony -- Anthony Williams Just Software Solutions Ltd - http://www.justsoftwaresolutions.co.uk Registered in England, Company Number 5478976. Registered Office: 15 Carrallack Mews, St Just, Cornwall, TR19 7UL
participants (1)
-
Anthony Williams