
4 Aug
2004
4 Aug
'04
1:33 p.m.
Michael Glassford wrote:
I think that Michael did the same mistake as I : forgot to place these symbols in extern "C".
Thanks, that did turn out to be the problem. It works fine, now, which is really good news.
What happens if you compile whole solution to separate .lib (static library), then link this library to some other project using TLS and threads? This did not work for me (under MSVC6)... B.