Re: libmysql.lib

2014-04-30 Thread Michael Anderson
http://dev.mysql.com/doc/mysql-sourcebuild-excerpt/5.0/en/windows-source-build-cmake.html step 4: From the work directory, execute the win\build-vs8.bat or win\build-vs71.bat file, depending on the version of Visual Studio you have installed. The script invokes CMake, which generates the mysql.

Re: libmysql.lib

2014-04-30 Thread David Clark
Ok I have source code thank you...I go into the build directory and I read the reame file and for a windows build it refers to a mysql.sln which I can't find anywhere in the file set.  Anyone got any ideas on that.   On Tuesday, April 29, 2014 3:37 PM, shawn l.green wrote: Hello David, > > >O

Re: libmysql.lib

2014-04-29 Thread shawn l.green
Hello David, On 4/29/2014 4:14 PM, David Clark wrote: mysql is open source as I understand it. I have one project out of about 6 that is failing. I want to debug into libmysql.lib to get a better idea what might be going on... even if it is a problem in my code. Where might I find the source