March 29, 2026
4:03 p.m.
https://bugs.winehq.org/show_bug.cgi?id=59590 When MS-Money 2000 loads INV7.OCX the message "02c0:fixme:ole:ITypeLib2_Constructor_SLTG Not processing typekind 7" is shown. I implemented the processing for TKIND_UNION for SLTG typelibs - SLTG_ProcessUnion(). Testing: 1. With MS-Money 2000. After patching the message is gone. 2. With dumping a small tlb in SLTG format that contains a simple union type. The type is shown with the patch applied. Please see details and the logs in the bug comments. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/10502