View Single Post
  #12  
Old 01-13-2013, 06:40 PM
lerxst2112
Demi-God
 
Join Date: Aug 2010
Posts: 1,742
Default

Based on your build log you do not have the proper library directories setup in Visual Studio for MySQL. The linker errors are because the libraries are not being found.

There are 2 sets of directories to setup, include and library, perhaps you only did one of them.
Reply With Quote