From: Warren Young Date: March 25 2008 8:28pm Subject: Re: mysql++ 3.0.1 / VC++ 2008: Samples crashing on mysqlpp::Connection con; List-Archive: http://lists.mysql.com/plusplus/7532 Message-Id: <47E96078.2030108@etr-usa.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Alex Boyer wrote: > followed instructions in readme.vc. README-Visual-C++.txt, surely? README.vc is from 2.x. Not that the contents of the files are greatly different, but if you're somehow mixing 2.x and 3.x headers and/or libraries, that would be bad. > This application has been updated to include settings related to the > User Account Control (UAC) feature of Windows Vista. I've just tested 3.0.1 under VC++ 2008 on XP, and simple1 runs fine. It could be we're seeing some kind of Vista weirdness. I'm not sure I have a Vista machine readily available that's set up to test this. > I was curious what would happen with the VC2003 > version and surprisingly it worked... Well, the project settings between the two _are_ different... Also, several examples are suppressed in the VC2003 files. But, simple1.exe is no different between them.