Dear Friends

This small program bellow, when compiled with multithread support GPF
func main
? "Stating thread"
startthread("test",1,2) // GPF on thread.c 1667
startthread(@test(),1,2)  // GPF on thread.c 1616
waitforthreads()
return nil

function test(a,b)
? a,b
return nil

Regards
Luiz


-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
xHarbour-developers mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/xharbour-developers

Reply via email to