I have checked and have all of these files.
However, I do not believe it to be a problem with missing files as I would not have made it passed the compile stage of the build. The errors I am getting are during the linking stage. After doing a little searching I have found that the problem could be due to Library Dependencies. If you goto Project->Properties.
On this window you click on:
Configuration Properties->Linker->Input: under Additional Dependencies I have:
odbc32.lib
odbccp32.lib
wsock32.lib
zlib.lib
mysqlclient.lib
listed. Are these all that are required or am I missing some? Thank you for your help so far.
|