Can anyone give me pointer on how to call the function of this iris.dll using autoit?..
$iris = DllOpen("iris.dll")
DllCall($iris, ????)
$DllClose($iris)
,......
Printable View
Can anyone give me pointer on how to call the function of this iris.dll using autoit?..
$iris = DllOpen("iris.dll")
DllCall($iris, ????)
$DllClose($iris)
,......
I need to finish adding COM visibility to Iris in order for that to work. I might do that today.
--------------------------------
EDIT: Try this: Attachment 93731
The TLB file is what you'll need for using the DLL via COM. Register it with Autoit, then use ObjCreate to create an Iris class instance. Let me know how that works for you.
K i try..
Did it work?
Sorry I got busy in school.. I will try if I have got time.