7 messages in com.mysql.lists.win32Building MySQL 5.0.18 with multithrea...
FromSent OnAttachments
Radovan Chytracek10 Mar 2006 03:00 
Armin Schöffmann10 Mar 2006 04:14 
Radovan Chytracek10 Mar 2006 05:52 
Armin Schöffmann10 Mar 2006 06:42 
Radovan Chytracek10 Mar 2006 06:45 
Armin Schöffmann10 Mar 2006 08:52 
Radovan Chytracek10 Mar 2006 09:31 
Subject:Building MySQL 5.0.18 with multithreaded DLL run-time...
From:Radovan Chytracek (Rado@cern.ch)
Date:03/10/2006 03:00:53 AM
List:com.mysql.lists.win32

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