> or the local var "test" goes out of scope? You can't any more assume > memory area pointed to be "test" variable is null-terminated string. > Maybe you keep a byte count somewhere for each var?
PowerPro uses malloc for these vars, and malloc keeps the byte count which is accessible using API call _msize. It should work for plugins too, once you have the address. > ------------------------ 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/
