--- In [email protected], "brucexs" <[EMAIL PROTECTED]> wrote: > > > > > #define ISOLATION_AWARE_ENABLED 1 > > > > so as not to impact extensions or plugins that don't support visual > > styles.
> Don't know what it is supposed to do but it definitely won't work with > the 10 year old compiler I have! To compile anything to do with visual styles officially, you have to have a recentish PDSK, which uses lib formats incompatible with VC++ 6, which is what I use. Doesn't preclude messing around with visual styles, but it's got to be done indirectly (e.g. late binding to visual styles api, etc.) Anyway, the styles stuff is, of course, a complete mess e.g. http://groups.google.co.uk/group/microsoft.public.vc.language/browse_thread/thread/30ad0ebc9f209dc3/3dba0ab560721cc4?lnk=st&q=ISOLATION_AWARE_ENABLED+VC+6#3dba0ab560721cc4
