NOTES:

The DEF file fro the libMySQL.DLL was created using DUMPBIN
utility, with along with the link errors.

use:

  dumpbin /exports libmusql.dll


This will list all entries exported by the DLL.

The output of the unresolved externals provide the 
"decorated" names used in the export list of the
DEF file. VC++ is a pain in the butt.

