7 messages in com.mysql.lists.win32Re: Don't compile libmysqld.dll (Embe...
FromSent OnAttachments
Matt Solnit15 Nov 2002 09:17 
Dennis Salguero15 Nov 2002 16:31 
Joseph D. Wagner15 Nov 2002 19:15 
Matt Solnit18 Nov 2002 08:42 
Matt Solnit18 Nov 2002 10:11 
Dennis Salguero18 Nov 2002 14:35 
Matt Solnit18 Nov 2002 17:58 
Subject:Re: Don't compile libmysqld.dll (Embedded MySQL) with VS.NET
From:Dennis Salguero (den@beridney.com)
Date:11/15/2002 04:31:31 PM
List:com.mysql.lists.win32

---- Original Message ----- From: "Joseph D. Wagner" <wagn@prodigy.net> To: "'Matt Solnit'" <msol@iteration.com>; <win@lists.mysql.com> Sent: Friday, November 15, 2002 10:15 PM Subject: RE: Don't compile libmysqld.dll (Embedded MySQL) with VS.NET

That's because libmysqld.dll hasn't been ported to the Microsoft .NET Framework.

A lot of old components from Visual Studio or Visual C++ 5.0/6.0 simply won't work with Visual Studio .NET 2002. You have to upgrade those outdated components to the .NET Framework.

Uhm, not necessarily. There are wrapper utilities within VS.NET that you can use for dlls and COM components written in non .NET languages. This will create "new" DLLs that you can then use as a reference within another native .NET project.

Good Luck!