2 messages in com.mysql.lists.plusplusRe: 317 Linker Errors Visual Studio 2...
FromSent OnAttachments
John Landrum15 Nov 2007 19:52 
Warren Young15 Nov 2007 20:07 
Subject:Re: 317 Linker Errors Visual Studio 2005 Windows XP 64-bit Round 2 more clues.
From:Warren Young (mysq@etr-usa.com)
Date:11/15/2007 08:07:31 PM
List:com.mysql.lists.plusplus

John Landrum wrote:

You're trying to link a release version of the C API library (opt subdir) to a debug exe. Generally speaking, this does not work. Use libmysql.dll in the debug subdir instead. This is pointed out in README.vc