
4 Aug
2004
4 Aug
'04
12:51 p.m.
Bronek Kozicki wrote:
Roland wrote:
In the code you posted, the missing symbols are all defined as extern; what do I need to do to get their actually definitions linked in?
This is very strange. The symbols are all defined by the CRT. The _tls_used is
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. Mike