From: SourceForge.net <no...@so...> - 2006-10-18 19:00:29
|
Bugs item #1579933, was opened at 2006-10-18 14:00 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=462816&aid=1579933&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: wxpdfdoc Group: None Status: Open Resolution: None Priority: 5 Submitted By: Blake (blizzymadden) Assigned to: Nobody/Anonymous (nobody) Summary: Linker errors Initial Comment: When you compile the include VC++ project, you get a link error because the project refers to a "wxmsw26d.lib", which does not exist. If you change "wxmsw26d.lib" in the linker input to the following in the Makefont and Minimal subprojects then it fixes it: wxbase26d_xml.lib wxbase26d.lib wxmsw26d_core.lib wxmsw26d_adv.lib ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=462816&aid=1579933&group_id=51305 |