Re: [Harbour] /NODEFAULTLIB:LIBCMT

2008-02-25 Thread Jacek Potempa
Przemek, >For sure your application may execute. But you do not know if such application is safe. If you want to be >sure you have to check which functions in MSVC ST LIBC are not MT safe and then send this list to OTC >and ask which ones are used internally by mediator code. If none then it's

Re: [Harbour] /NODEFAULTLIB:LIBCMT

2008-02-25 Thread Przemyslaw Czerpak
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 callin