mIRC Home    About    Download    Register    News    Help

Print Thread
#147503 19/04/06 08:30 PM
Joined: Oct 2005
Posts: 827
P
pouncer Offline OP
Hoopy frood
OP Offline
Hoopy frood
P
Joined: Oct 2005
Posts: 827
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.
#147504 24/04/06 09:34 AM
Joined: Sep 2005
Posts: 116
I
Vogon poet
Offline
Vogon poet
I
Joined: Sep 2005
Posts: 116
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)


Link Copied to Clipboard