From: Jim Langston Date: June 30 2006 5:30pm Subject: MySQL++ can be frustrating List-Archive: http://lists.mysql.com/plusplus/5797 Message-Id: MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_25721_26562692.1151688628375" ------=_Part_25721_26562692.1151688628375 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline I compile the examples and after recompiling the libraries and redirecting where the .lib files are, I get it to work. So then I am working on my own program, bring in an example and it's crashing on query.storein(res); I copy the debug libraries from both mysql++ and mysql into the source file, same thing. copy the release files, it just crashes differently. This is highly frustrating. If the libraries work for some source they would work for the EXACT same source in another directory. ------=_Part_25721_26562692.1151688628375--