Is avalonia interested in being compiled to a COM? #19564
jyswjjgdwtdtj
started this conversation in
Ideas
Replies: 2 comments
-
The return of good old COM from 1993 ? I don't think it's gonna happen anytime soon. |
Beta Was this translation helpful? Give feedback.
0 replies
-
From memory, coreclr (which is what modern .NET uses) does not support COM properly. It could have been done by targeting 4.8 while Avalonia still supported .NET Standard 2.0. But they have dropped support for that. Anyway, embedding Avalonia into winforms is an already officially (albeit not documented) supported scenario. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
May be many people don't know com, its the aristocrats of the old days. 😂 Although almost no developers care about it.
If a avalonia app could be a COM, it can be embedded into Hta, VB6, WinForm, Excel Word PowerPoint, IE, some modern UI framework including QT and almost everywhere as long as the framework supports COM on Windows.
Beta Was this translation helpful? Give feedback.
All reactions