You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Extract the mysql package somewhere to your computer and copy the libmysql.dll somewhere to your PATH (or simply to the folder which croc-fcgi.exe is run from). Then copy the libmysql.lib to modules/db/ and run this in there:
coffimplib libmysql.lib -f
That will convert the import library so DMD can use it.