there is not problem to link against libmysqld.dll simply
cnahge the name of the library in mysql.pas ...
and be sure to add mysql_init as fist function & mysql_done
as last :))) see mysql docs for details for libmysqld
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Logged In: YES
user_id=378329
there is not problem to link against libmysqld.dll simply
cnahge the name of the library in mysql.pas ...
and be sure to add mysql_init as fist function & mysql_done
as last :))) see mysql docs for details for libmysqld