From: Michael Glassford (glassfordm_at_[hidden])
Date: 2004-08-04 07:51:35


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