On Mon, 02 Feb 2009, vszak...@users.sourceforge.net wrote:

Hi Viktor,

>   ; TOFIX: - hbwhat/wincore.prg
>            - xhb/cstruct.prg
>            Needs reviewing and either mutex protection
>            for STATICs or conversion to THREAD STATIC.

Simple conversion to THREAD STATIC cannot be used in xhb/cstruct.prg.
because this code registers new classes which should be global to HVM.
Looks that it's necessary to use both. Mutex protection for static
variables except s_aActiveStructure which should be THREAD STATIC.
But I would like to leave this modifications to someone who use this
code.

best regards,
Przemek
_______________________________________________
Harbour mailing list
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour

Reply via email to