ActiveX on Linux with Mono?

Is there a way for ActiveX controls to work on Linux? I would suggest that the answer is no, but I just want to be sure.

My company is considering the Linux port of the ASP.NET project (using Mono), but it uses ActiveX controls quite extensively, so we are wondering if this is possible.

Sorry if the question is dumb!

+3
source share
3 answers

Even if ActiveX was supported on Linux, you still should not use it, as it is rather foreign (as "hard to support") in this environment.

- AJAX flash , .


ActiveX! activeX, , .

+5

ActiveX, Linux - , , ( , ).

, , -, WINE, IPC.

+2

As a gf answer option, you can run Mono inside Wine on Linux. Mono supports COM Interop , while Wine supports COM, so in theory this will work.

If you want to run Mono atop Wine atop Linux, this is another matter, as it increases the number of things that can break.

0
source

Source: https://habr.com/ru/post/1725517/


All Articles