On Sun, 14 Sep 2008, Francesco Saverio Giudice wrote:

Hi Francesco,

> thank you, I got same error here on hbrun.
> Another error is in tests\mt\* samples.
> They built correctly, but running them hb_threadStart() returns NIL

It's default behavior for single thread HVM. hb_threadStart() always
returns NIL in such case. Please try current SVN code and run test
program with //info parameter. It should show in status line:
   .... MT:Off
or
   .... MT:On

so you can recognize if HBVM library was compiled with or without
HB_MT_VM macro.
I hope that we will add to non GNU make system HBVMMT library and
you can chose at link time the one you want to use with your program
and it will not be necessary to set and additional harbour build
switches.

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

Reply via email to