On Mon, 22 Sep 2008, Massimo Belgrano wrote:

Hi Massimo,

> I resolved __beginthreadex removing cw32.lib and adding cw32mt.lib
> Also in not mt program we must load  cw32mt.lib instead cw32.lib?

No though it may be good practice for 3-rd party code which may use
own threads and call CRTL functions.
Harbour calls _beginthreadex/_endthreadex only from hbvmmt or
from hbvm but only if you compiled harbour with default MT support
without ST mode, f.e. for BCC you set HB_BUILD_ST macro to sth different
then "yes" and recompiled Harbour.

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

Reply via email to