[resend with subscribed from] Am Donnerstag, den 23.10.2008, 07:41 -0500 schrieb Aric Stewart: > + /* > + * Windows XP is unable to recreate the ViewWindow2 returning > + * A Catastrophic failure error > + */ > + if (broken(hr == 0x8000ffff || hr == E_FAIL))
Any reason you don't use E_UNEXPECTED instead of the numerical constant? Regards, MIchael Karcher