15 messages in com.mysql.lists.plusplusRe: Visual Studio .NET (7.1.3088) and...
FromSent OnAttachments
Daniel09 Sep 2004 16:41 
Warren Young10 Sep 2004 10:15 
Warren Young10 Sep 2004 12:11 
Zahroof Mohamed10 Sep 2004 13:37 
Warren Young10 Sep 2004 14:35 
Daniel10 Sep 2004 17:31 
Thomas Werth13 Sep 2004 00:28 
Zahroof Mohamed13 Sep 2004 06:40 
Warren Young13 Sep 2004 10:29 
Warren Young13 Sep 2004 12:22 
Daniel13 Sep 2004 14:01 
Warren Young13 Sep 2004 14:20 
Daniel13 Sep 2004 15:00 
Warren Young13 Sep 2004 15:08 
Warren Young14 Sep 2004 15:41 
Subject:Re: Visual Studio .NET (7.1.3088) and mysql++ 1.7.15
From:Warren Young (mysq@etr-usa.com)
Date:09/13/2004 02:20:57 PM
List:com.mysql.lists.plusplus

Daniel wrote:

The solution was to ignore all the stdc libraries but the one we were using (msvcrt.lib).

That's a dodgy hack. The right solution is to use exactly the same CRT settings for all projects.

Download 1.7.16 and link against that. It directly addresses your previous message.

c:\src\mysql++-1.7.15\sqlplusint\convert1.hh(21) : warning C4273: 'strtod' : inconsistent dll linkage

1.7.16 also fixes this.