[Mono-dev] Mono COM support question

Kornél Pál kornelpal at gmail.com
Mon Mar 3 05:45:43 EST 2008


Hi,

I don't know the exact status of COM support so if you need this information 
you should wait for Jonathan Chambers.

You should be aware however that COM is a Windows specific technology so if 
you want to use it I recommend you to use Microsoft .NET Framework that 
should be compatible with Mono as has more Windows specific characteristics 
than Mono.

Mono is intended to be platform independent so we have less focus on 
supporting Windows specific features altough more and more such technologies 
are supported by Mono as well.

Also note that as far as I know WebClient, WebRequest, WebResponse are 
supported by Mono only a few methods are not implemented.

Kornél

----- Original Message ----- 
From: "Sebi Onofrei" <sebastian.onofrei at eyepartner.com>
To: <mono-devel-list at lists.ximian.com>
Sent: Monday, March 03, 2008 10:58 AM
Subject: [Mono-dev] Mono COM support question


>
> Hello dear developers,
>
> I am Sebi and I'm currently developing an application which aims to do
> massive encoding of queued movies
> and of course, as open source supporter, I decided to use Mono as the
> development environment for this application in my
> company.
>
> I am currently using Mono 1.2.6-1 as I had no time to update it to a
> later version yet.
>
> I wrote approximately 14500 lines of code in almost 2.5 months since I
> started this project and I must tell you that I'm really
> pleased with your product. I encountered some problems but successfully
> developed some features from scratch if they were
> not implemented yet natively by Mono or found answers all over the
> internet about how to solve my problems (such of not
> implemented WebClient, WebRequest, WebResponse, etc... anyway using
> sockets I managed to successfully create classes that
> work like a charm)
>
> The problem is that now I need to use COM communication. I will have to
> use Flix Engine from On2 and as I discovered reading
> their documentation / how-tos, I sorta' need this. (functions like
> "Type.GetTypeFromProgID("xyz")" for example are not
> yet implemented)
>
> I have no experience at all with COM communication or such, so please
> forgive me if this will make some of you laugh or something :)
>
> Can I know when COM support will be added? Or can anyone help me a bit
> solving this communication? There's this SDK from
> On2 that I have to use. There is a version for linux of their SDK, but
> any suggestions about how to solve this the right way will be
> appreciated.
>
>
> Thank you for all your support and Go MONO!
>
>
>
> With kind regards,
> Sebi
>


--------------------------------------------------------------------------------


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



More information about the Mono-devel-list mailing list