> -----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 _______________________________________________ Mono-list maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-list
