[ wxwindows-Bugs-1705999 ] link error: strtod already defined in
coredll.lib
SourceForge.net
noreply at sourceforge.net
Tue Feb 26 07:29:58 PST 2008
Bugs item #1705999, was opened at 2007-04-23 16:12
Message generated for change (Settings changed) made by juliansmart
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=109863&aid=1705999&group_id=9863
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: WinCE specific
Group: None
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Jens Theess (punkt)
>Assigned to: Nobody/Anonymous (nobody)
Summary: link error: strtod already defined in coredll.lib
Initial Comment:
wxWidgets 2.8.3
Visual Studio .NET 2005
Windows Mobile 5.0 Pocket PC SDK (ARMV4I)
When linking an application that uses pngs (e.g. using wxrc), I get the following error:
wx_wxpng.lib(pngrutil.obj) : error LNK2005: strtod ist bereits in coredll.lib(COREDLL.dll) definiert.
translation:
wx_wxpng.lib(pngrutil.obj) : error LNK2005: strtod is already defined in coredll.lib(COREDLL.dll).
This can be fixed by commenting out the definition of strtod in src/png/pngrutil.c. A better fix would probably be to update to libpng 1.2.14 or higher.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=109863&aid=1705999&group_id=9863
More information about the wx-dev
mailing list