--- In [email protected], "swzoh" <[EMAIL PROTECTED]> wrote:
I've modified this, trying out new dll plugin features, and reintroduced PP crashes on a font name containing whitespace. Do you remember what eliminated that problem? Was it possibly: > Notice that I don't have > specified terminating null for sFaceName in tLogFont struct, which > doesn't seem to matter anyway. The usage is ...which does make you wonder, if there's no terminating NULL, how LOGFONT ever works. I guess it's location specific: you _have_ to pass it on the stack (not by pointer), and as the last parameter, so you know the end of the struct is the end of the stack. Weird. ------------------------ Yahoo! Groups Sponsor --------------------~--> See what's inside the new Yahoo! Groups email. http://us.click.yahoo.com/2pRQfA/bOaOAA/yQLSAA/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/
