Bugs item #3028072, was opened at 2010-07-11 17:15
Message generated for change (Tracker Item Submitted) made by mustafa95
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=462816&aid=3028072&group_id=51305
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: None
Group: None
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: (mustafa95)
Assigned to: Nobody/Anonymous (nobody)
Summary: wxSqlite3 minimal sample link problem
Initial Comment:
Hi,
I have link problem with wxsqlite3-1.9.9 minimal example program.
"Static Unicode Debug Monolithic Static" configuration compiles but
At VC++ 2008
"Static Unicode Release Monolithic Static" configuration gaves these link problems:
minimal.obj : error LNK2001: unresolved external symbol "private: static int wxDebugContextDumpDelayCounter::sm_count" (?sm_count@wxDebugContextDumpDelayCounter@@0HA)
wxcode_msw28u_wxsqlite3.lib(wxsqlite3.obj) : error LNK2001: unresolved external symbol "private: static int wxDebugContextDumpDelayCounter::sm_count" (?sm_count@wxDebugContextDumpDelayCounter@@0HA)
minimal.obj : error LNK2001: unresolved external symbol "private: void __thiscall wxDebugContextDumpDelayCounter::DoDump(void)" (?DoDump@wxDebugContextDumpDelayCounter@@AAEXXZ)
wxcode_msw28u_wxsqlite3.lib(wxsqlite3.obj) : error LNK2001: unresolved external symbol "private: void __thiscall wxDebugContextDumpDelayCounter::DoDump(void)" (?DoDump@wxDebugContextDumpDelayCounter@@AAEXXZ)
..\samples\minimal.exe : fatal error LNK1120: 2 unresolved externals
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=462816&aid=3028072&group_id=51305
|