[ wxwindows-Bugs-1674506 ] DLL built with NOPCH does not export wxHandleFatalExceptions

SourceForge.net noreply at sourceforge.net
Mon Mar 5 15:47:11 PST 2007


Bugs item #1674506, was opened at 2007-03-05 15:47
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=109863&aid=1674506&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: wxBase
Group: Platform specific
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Kevin J Bluck (kbluck)
Assigned to: Nobody/Anonymous (nobody)
Summary: DLL built with NOPCH does not export wxHandleFatalExceptions

Initial Comment:
When building a Win32 DLL with NOPCH to turn off precompiled headers, "src/msw/main.cpp" fails to #include "wx/utils.h". As a result, symbol "bool ::wxHandleFatalExceptions(bool)" is not marked for export, although the build of the wxBase DLL does succeed. 

This failure later causes links against the generated import lib to fail with an undefined symbol error if that function is referenced, since it is not exported in the import lib.

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=109863&aid=1674506&group_id=9863




More information about the wx-dev mailing list