--- In [email protected], "brucexs" <[EMAIL PROTECTED]> wrote: > > >
> > something.callDll(dllname, funcname, param_types, > > param1#param2#param3) > > > > in fact one could allow caller to use as many of args > > 4 on for his actual param values/var names. > Yes this would work although you would then have to eval expressions > passed as arguments or force variable names only as arguments. Been investigating. There are plenty of dll funcs with eight args or more, so allowing some squashing of args together is inevitable. Here's a question: you know the win32 api much better than I. Can you think of an example off top of your head where a struct is passed by value (copied), ratahter than a pointer-to-struct being passed? ------------------------ Yahoo! Groups Sponsor --------------------~--> Fair play? Video games influencing politics. Click and talk back! http://us.click.yahoo.com/T8sf5C/tzNLAA/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/
