Da: Justin Dearing <[email protected]> A: Bartolomeo Nicolotti <[email protected]> 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 - [email protected] http://lists.ximian.com/mailman/listinfo/mono-list
