---- 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!