From: Warren Young Date: May 19 2010 12:14am Subject: Re: MsSql++ with 2010 List-Archive: http://lists.mysql.com/plusplus/8951 Message-Id: <4BF32D5A.4010105@etr-usa.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit On 5/6/2010 6:58 AM, Omer Bacharach wrote: > Hi, I'm trying to compile MsSql++ on visual studio 2010. It seems there are bugs in the Visual Studio 2010 project conversion wizard. Perhaps you can stick with VC++ 2008 until we get the build issues sorted out. If not, you can probably build up a solution and project set from scratch. I don't see any C++ portability issues among the errors you get with the automated conversion, suggesting that the problems are all due to build system issues, not things that require changes to MySQL++ proper. It'll take quite a bit of work to support VS2010 natively since this version completely changes out the underlying build system for C++ projects. They now use the same MSBuild system as CLR projects, not the old hardcoded-in-the-IDE system of past releases. Bakefile doesn't speak MSBuild yet.