From: Warren Young Date: September 10 2004 5:15pm Subject: Re: Visual Studio .NET (7.1.3088) and mysql++ 1.7.15 List-Archive: http://lists.mysql.com/plusplus/3470 Message-Id: <4141E147.4060400@etr-usa.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Daniel wrote: > Mysql++ and the examples compiled and are working like expected, but when I > try to create my own project the linking doesn't work correctly. This is usually a symptom of linking with a different C runtime library than was used to build the MySQL and MySQL++ libraries. Study the Code Generation settings in the example projects, and match them in your own project. If it works, I'd appreciate a report back with details I can drop into the README.vc++ file that comes with the package.