On Mon, 25 Feb 2008, Jacek Potempa wrote:
> Sorry for delay.

NP.

> For Mediator client we do not need libcmt.lib. While we create second 
> thread, it is created via WIN32 API (not libcmt.lib function). We also 
> do all the required synchronization, so there is no risk of  
> concurrently calling a single-threaded variant of function from libc.lib.

Thank you for information. I also guess that you do not use any memory
allocation by hb_xgrab()/hb_xfree() in your threads. Please remember that
some Harbour functions call internally libc functions what also can be
source of problems so your code should use clean WIN32 API only without
any libc functions or Harbour ones which may executes libc code.

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

Reply via email to