On Tue Jun 20 17:12:35 2023 +0000, Alexandre Julliard wrote:
Since wine doesn't have coml2, should I just use ole32?
No, you'd need to add coml2, and most likely add stubs for the functions that the app is using.
Wine seems to already have a bunch of the functions, e.g. "ReadClassStm", but they're all defined in ole32. I don't know if they belong into coml2 though, or if coml2 redirects to ole32.