> -----Original Message----- > From: Michel Pérez [mailto:[EMAIL PROTECTED] > Sent: jueves, 16 de agosto de 2007 14:16 > To: Rolf Bjarne Kvinge > Cc: [email protected]; [EMAIL PROTECTED] > Subject: Re: [Mono-list] DLL > > I have another question. Is possible to use the VB6 DLL in C# and after > use the C# interface in an aspx and deploy on mono ? >
It's not about the language you're writing in now, it's about the language the VB6 dll was written in. Writing the code to access the VB6 dll in C# instead of VB.NET won't change the fact that mono's COM support is very new and needs time to mature. Rolf > > Rolf Bjarne Kvinge wrote: > > > >> -----Original Message----- > >> From: [EMAIL PROTECTED] [mailto:mono-list- > >> [EMAIL PROTECTED] On Behalf Of Michel Pérez > >> Sent: miércoles, 15 de agosto de 2007 22:11 > >> To: [email protected] > >> Subject: [Mono-list] DLL > >> > >> Greetings, > >> > >> Im new at Mono, so I would like to know if is possible to use a dll > >> developed in VB6 on mono, and how to do this to use it in aspx. if > >> that if not possible what could I do to use it dll (workaround). > >> > >> > > > > VB6 dlls are COM based, and will not work on Linux. On Windows (with > MS) you > > should be able to get it to work (Google will find you plenty of > resources), > > with Mono on Windows it might work, but our COM implementation is > very new > > so it might not as well. > > > > I suggest you try to make it work with MS first, then try to run it > on Mono, > > and if it doesn't work, file a bug so that we can get better :) > > > > Rolf > > > > > >> Thanks > >> > >> -- > >> Ing. Michel Pérez > >> Gerente de Proyectos > >> Kynesoft Sistemas > >> Teléfonos: +58 (212) 263-00-07 / 263-19-91 > >> Fax: +58 (212) 263-00-07 > >> e-mail:[EMAIL PROTECTED] > >> > >> _______________________________________________ > >> Mono-list maillist - [email protected] > >> http://lists.ximian.com/mailman/listinfo/mono-list > >> > >> > >> -- > >> No virus found in this incoming message. > >> Checked by AVG Free Edition. > >> Version: 7.5.476 / Virus Database: 269.11.19/953 - Release Date: > >> 14/08/2007 17:19 > >> > > > -- > Ing. Michel Pérez > Gerente de Proyectos > Kynesoft Sistemas > Teléfonos: +58 (212) 263-00-07 / 263-19-91 > Fax: +58 (212) 263-00-07 > e-mail:[EMAIL PROTECTED] > > > > -- > No virus found in this incoming message. > Checked by AVG Free Edition. > Version: 7.5.476 / Virus Database: 269.11.19/955 - Release Date: > 15/08/2007 16:55 _______________________________________________ Mono-list maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-list
