> > i.e. one string for types of all subsequent args, two characters per > argument. Howzat?
One or two characters should be fine. I definitely want to try to combine dll file name/path, routine name, and arg signature into one string to to allow for up to 7 or 8 real arguments. The ones I think I could support - string (passed as pointer to string always so supports input or output but you had better use a variable name as output - signed /unsigned integer (unsigned int = hwnd or any type of handle) - pointer to signed or unsigned integer - pointer to structure of signed or unsigned integers (will need helper win functions to work with these) All of the pointer types will reconvert the value at end of call back to PowerPro string and store it, so you had better pass a variable. Note that all PowerPro variables can store a minimum of 16 characters so any variable will do for numbers. That's only 7 arg types, so a single letter will do. ------------------------ 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/
