[Bug 50623] Windows ISO Downloader 8.45 - Error messages and freeze with wine-mono

WineHQ Bugzilla wine-bugs at winehq.org
Wed Jul 21 15:26:00 CDT 2021


https://bugs.winehq.org/show_bug.cgi?id=50623

--- Comment #8 from Esme Povirk <madewokherd at gmail.com> ---
Bizhawk has an example of a COM interface that only has InterfaceType(IUnknown)
and a GUID attribute. This can be observed by opening the path configuration
dialog and browsing for a path.

MSDN says that ComVisible defaults to true. So it seems like an interface
should be considered a COM interface if it (a) is public, (b) has a GUID
attribute, and (c) does not have ComVisible(false).

I'm not sure if (b) is even a requirement, Framework might just generate a GUID
for it.

-- 
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.



More information about the wine-bugs mailing list