MySQL Forums
Forum List  »  Source, Builds, Binaries

_dosmaperr link error & /MD build on Windows/DevStudio 2003/VC++ 7.1
Posted by: Radovan Chytracek
Date: March 10, 2006 07:57AM

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 against libmysql.lib version 5.0.18 because of
_dosmaperr unresolved symbol which we even can't find a reasonable information about.

Any info or advice is welcomed.

Cheers

Radovan

Options: ReplyQuote


Subject
Views
Written By
Posted
_dosmaperr link error & /MD build on Windows/DevStudio 2003/VC++ 7.1
4351
March 10, 2006 07:57AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.