--- In [email protected], "swzoh" <[EMAIL PROTECTED]> wrote:
> 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, i.e. it's return type, types and number of parameters. COM has an elaborate mechanism for converting from an untyped environment (like a scripting language) to the typed requirements of a COM method. I'll sniff around and see if there's a way to to that for a generalised dll call, but off top of my head unaware of it.... ------------------------ Yahoo! Groups Sponsor --------------------~--> Get Bzzzy! (real tools to help you find a job). Welcome to the Sweet Life. http://us.click.yahoo.com/A77XvD/vlQLAA/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/
