Hello, I'm trying to get UFile (a canadian tax package) running on Wine. Results are promising, but in one of the first form pages, it says fixme:mshtml:HTMLDocument_QueryInterface (0x19f410)->({df0b3d60-548f-101b-8e65-08002b2bd119} 0x33c740) interface not supported and dies with an unhandled exception error. This is with both Debian's supplied 1.0.1 and 1.1.13 from http://winehq.org/download/deblenny That call is from http://source.winehq.org/source/dlls/mshtml/htmldoc.c#L153 ; that UUID isn't known in that function, but it's defined at http://source.winehq.org/source/include/oaidl.idl#L1226 I'm currently building 1.1.13 (on my P3...), and I see that the generated include/oaidl.h seems to implement fully ISupportErrorInfo. Am I only missing another elseif in htmldoc.c ??? ISupportErrorInfo documented at http://msdn.microsoft.com/en-us/library/ms714399(VS.85).aspx Any help appreciated. Regards, JMRanger