From: Warren Young Date: September 13 2004 5:29pm Subject: Re: Visual Studio .NET (7.1.3088) and mysql++ 1.7.15 List-Archive: http://lists.mysql.com/plusplus/3478 Message-Id: <4145D902.7090502@etr-usa.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Daniel wrote: > The FLTK faq says fltk really should be generated using Multithreaded DLL, So rebuild mysql++ with the same settings as fltk. > (A brief explanation 'in simple > words' of the difference between the runtime libraries would be appreciated). Some are thread-safe, some aren't; some use the DLL version of the libraries, some link statically to your program. That's four combinations. Each is link-incompatible with the others.