Sorry, I am newbie in mysql sdk.
I compiled mysql mysql_connector_cpp using MingW 5.1.4 on windows. mysql
version is MySQL Server 5.1.
I use command prompt to build mysqlpp > "mingw32-make -f Makefile.mingw".
While compiling, libmysqlpp.a is successed build, but it cannot build
mysqlpp.dll because of error reference...
I want to ask
what does "-lmysqlclient" mean ?
is there mysqlclient.dll library needed to build mysqlpp?
libmysql.dll == mysqlclient.dll ?
where can I get mysqlclient.dll, because I only find libmysql.dll in mysql
sdk.
Thanks.