| > It seems to do some fancy 'strcat'-like
> mathingy I don't fully understand, but the GPF was inside
> the NOSTATIC_RESERVE macro.
These functions are horrible hacks inherited from the old
httrack code (1998) to be more "reentrant" friendly.
Obviously I'll have to cleanup the whole thing one day :)
For the __declspec( thread ) incompatibility with
LoadLiobrary, good point - the full explaination is here:
<http://msdn.microsoft.com/library/en>-
us/vccore/html/_core_rules_and_limitations_for_tls.asp
> but it might be useful to incorporate this change into
the
> DLL version.
Changes accepted - I have merged the new macro in the
current httrack code, and I'll do more serious tests soon.
| |