Quote:
Why not just convert each parameter in to different c++ types as well? smile (Just kidding)

You could always write your own class or functions to process strings from mirc, use the 'String' class to start with.... Then wrap the dll call with another identifer...

Code:
#MultiparameterDLL on
; Use a colon to separate dll parameters
alias dllparm { tokenize 58 $1- | return $1- }
alias test { echo -a $dll(file.dll, Function, $dllparm(Test, this, out)) }
#MultiparameterDLL end


Naquada
it seems nice can u expali a litlem ore of wut u mean ?