Hi,
our software requires multi-threaded DLL (/MD switch of VC++ 7.1)
run-time but MySQL client & server builds only with multi-threaded (/MT)
run-time. Mixing run-times leads to clear crash sooner-or-later so we
would like to know if /MD based MySQL build can be achieved. We've tried
to do it ourselves but we're running into link problems when building
libmysql.dll and mysql client programs.
With original MySQL binaries we had problem to link because of
_dosmaperr unresolved symbol which we even can't find a reasonable
information about.
Any info or advice is welcomed.
Cheers
Radovan