BioBytes Messages: 310 Registered: October 2008 Location: France
Senior Member
Hi alls,
To go on with this issue when compiling directly with MysSql headers and libs not through ODBC driver, I noticed that setting the project option to Multithreading (MT), I got now only one link error :
Linking...
LINK : fatal error LNK1181: cannot open input file 'opt\mysqlclient.lib'
There were errors. (0:01.31)
I took the idea from MySql website where it is said that a multi threaded mysql client library is required.
So anybody has an idea to solve this linkage error ?