[Bug 37050] FreeSCAN 2.17 (.NET 4.0 app) crashes on startup with Wine-Mono (needs Microsoft.VisualBasic.Compatibility)

WineHQ Bugzilla wine-bugs at winehq.org
Thu Oct 1 21:41:45 CDT 2020


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

--- Comment #9 from Esme Povirk <madewokherd at gmail.com> ---
First thing it fails with is missing
Microsoft.VisualBasic.Compatibility.VB6.LabelArray.

Apparently this implements some weird VB6 feature called a "control array":
https://www.freetutes.com/learn-vb6/lesson11.html

There are a bunch of these:
https://docs.microsoft.com/en-us/dotnet/api/microsoft.visualbasic.compatibility.vb6.basecontrolarray

It's probably not too difficult to implement, but this is as far as I'm willing
to go with this for now.

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