http://bugs.winehq.org/show_bug.cgi?id=59590 --- Comment #1 from Wolfgang Hartl <wolfo.dev@wolke7.net> --- I added a SLTG_ProcessUnion() function and tested with MS-Money. Before the patch: the FIXME is shown: 02c0:fixme:ole:ITypeLib2_Constructor_SLTG Not processing typekind 7 After applying the patch: the message is gone. Second test: Create a small union type tlb and check the output of the structure dump. I dumped the tlb, before and after the patch. Without the patch the FIXME is shown and not the structure, after the patch applied the message is gone and the union structure is shown. There were some obstacles to get to this tlb in SLTG format: In widl the union is not implemented for "-m32 --oldtlb". ->"error: add_union_typeinfo: MyUnion not implemented" Under WinXP midl has a bug that fails the compile: MIDL9008 / 0xC0000005. So, I had to create the structure with ICreateTypeLib() directly in a c-program. Finally, it worked out and the tlb was shown correctly in multiple OLE viewers. -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.