> > Have you considered another plugin something like
> > 'DllCall' which can call API functions in DLL? I heard that AutoIt3
> > supports it, but seems to be missing in AutoItX3.dll. 
> 
> Thought more about it.  Nontrivial.  Problem is C/C++ code normally
> has to know (at compile time) the "signature" of the dll function,


You'd have to specify the signature in the call.  I am assuming that 
person using the plugin would know the api signature.
Something like
win.dllcall("dllfilename.routine.signature", arg1, ...,arg7)
where signature is a string of 8 characters.
char 1 - result:  v=void, u=unsigned int, i=signed int
char 2 = arg 1: s=string (pointer), u=unsigned int, i=signed int
etc
Same trick that COM uses, I think.




------------------------ Yahoo! Groups Sponsor --------------------~--> 
Most low income households are not online. Help bridge the digital divide today!
http://us.click.yahoo.com/cd_AJB/QnQLAA/TtwFAA/JV_rlB/TM
--------------------------------------------------------------------~-> 

Attention: PowerPro's Web site has moved: http://www.ppro.org 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/power-pro/

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 


Reply via email to