[Mono-list] ActiveX dll with mono on windows

Jonathan Chambers joncham at gmail.com
Mon Mar 9 09:53:14 EDT 2009


Hello,     COM Interop in mono on windows should work the same as COM
Interop on .Net. The tools support is not there (mono has no equivalent of
tlbimp for example), but the runtime should be fine. If not, file a bug.

Thanks,
Jonathan

On Mon, Mar 9, 2009 at 9:25 AM, Bartolomeo Nicolotti
<bnicolotti at siapcn.it>wrote:

>
>
> Da:     Justin Dearing <zippy1981 at gmail.com>
> A:      Bartolomeo Nicolotti <bnicolotti at siapcn.it>
> Oggetto:        Re: [Mono-list] ActiveX dll with mono on windows
> Data:   Mon, 9 Mar 2009 08:02:57 -0400 (13.02 CET)
>
>
> The activeX dll is a DLL containing com.
>
>
> This blog seems to indicate thats not as impossible as I thought:
>
>
> http://jonathanchambers.blogspot.com/2007/02/three-com-interop-updates.html
>
>
> Do you have the source for he activex dll? What language is it written in?
> If its a VB6 dll, visual studio has a nice wizard to upgrade vb6 code to
> vb.net.
>
>
> No, I don't have the sources, it's an IBM.
>
> Visual Studio produces an Interp.cwbx.dll that used with
>
> gmcs -r:Interop.cwbx.dll MyTest.cs
>
> compiles! I think that's a wrapper assembly for the ActiveX dll.
>
> Bye
>
>
> Bartolomeo Nicolotti wrote:
> >
> > Hi,
> >
> > I've sonme code written in C# with VisualStudio. I want to migrate to
> > mono. The problem is that this code uses a .dll that's an ActiveX and not
> > an assembly. Is there a way to use this dll in mono?
> >
> > Many thanks
> >
> > Best regards....
> >
>
> --
> View this message in context:
> http://www.nabble.com/ActiveX-dll-with-mono-on-windows-tp22411525p22413057.html
> Sent from the Mono - General mailing list archive at Nabble.com.
>
> _______________________________________________
> Mono-list maillist  -  Mono-list at lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/mono-list
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.ximian.com/pipermail/mono-list/attachments/20090309/6887e1b8/attachment.html 


More information about the Mono-list mailing list