i dont understand how this work, and i need to make my exported function multi threaded using dllcall
e.g.
echo -a $dll(blah.dll, function, hello)
echos 'hello'

but when i loop it 10 times it does it 1 after the other and not concurrently!
any help please?

i just want to make n threads which, each, execures the function once, all in 1 go, and not 1 after the other!

Last edited by pouncer; 19/04/06 08:41 PM.