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.