Doug, your right, my mistake! A follow-up though, given that window objects now have Settings, and Settings2, if I call Settings2, on a version of window-eyes that doesn't support it will I get s_false, essentially can I call: If (!SUCCEEDED(Window->Settings2) And then look for the settings object as a fallback. Cheers sean.
From: Doug Geoffray [mailto:geoff...@gwmicro.com] Sent: 06 February 2012 14:58 To: gw-scripting@gwmicro.com Subject: Re: query regarding use of early binding Sean, ActiveSettings has and continues to return a SetFile object. Version 7.0 returns a SetFile and 7.5.2 returns a SetFile. What leads you to believe otherwise? Doug On 2/5/2012 10:22 AM, Sean Farrow wrote: Hi: I'm currently developing some code in c++ that uses the Window-Eyes 7.5 sdk. Two queries: I am using ActiveSettings to obtain the settings file. If I do this using 7.5 or greater, then this will give me a Settings2 object. What will I get if I am using 7.0-7.2? Secondly does anyone have any code that is version agnostic to obtain the active settings file. Any help appreciated. Regards Sean.