[Mono-list] Re lated to COM support by mono

Michael Foord fuzzyman at gmail.com
Tue Oct 6 04:54:28 EDT 2009


2009/10/6 Markus Ewald <cygon at nuclex.org>

> On 06.10.2009 08:03, Bharti Mishra wrote:
> > Hi,
> >
> > I have migrated .net application onto linux machine through mono2.4.2.
> > my appliction is using COM component. As mono material, mono doesn't
> support
> > COM. so we commented out that portion.
> > I would like to know, does mono provide any solution for that.
> > or new version of mono is supporting COM component?
> >
> > pls let me know, can we not migrate .net application onto linux platform
> > using COM code.
> >
> COM is native code, eg. machine code that accesses OS-specific functions
> (eg. from the Win32 API). This means to run COM controls, you'd have to
> emulate the entire Windows API, which is way outside the scope of Mono.
>
> If you want to run COM components on your Linux system, check out the
> Wine project.
>
> I don't know whether you can install .NET on Wine or if it's possible to
> access a COM control using the Wine functions from within Mono, though.
> Maybe someone else on the list knows this?
>

I'm pretty sure that Wine doesn't yet support .NET.

Michael




>
> -Markus-
>
> _______________________________________________
> Mono-list maillist  -  Mono-list at lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/mono-list
>



-- 
http://www.ironpythoninaction.com/
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.ximian.com/pipermail/mono-list/attachments/20091006/61d25481/attachment.html 


More information about the Mono-list mailing list