On Wed, 08 Jul 2009 09:22:34 -0400, Paul Griffith wrote: Hi, > 1227 if (!version || !version->present || version->major_version < 1 || version->minor_version < 4) Unrelated to Paul Griffith's problem, this check is going to fail on XI 2.0, 2.1, 2.2, 2.3, etc. -- Colin