mIRC Homepage
Posted By: pouncer $dllcall - 19/04/06 08:30 PM
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!
Posted By: Im2good4u Re: $dllcall - 24/04/06 09:34 AM
like u said u tihnk u need $dllcall not $dll

$dllcall(filename, alias, procname, data)

in yourcase its probely

$dllcall(blah.dll,echo -e,function,hello)
© mIRC Discussion Forums