[Boost-bugs] [ boost-Patches-1583399 ] [test] evc4 issue with SEH support

Patches item #1583399, was opened at 2006-10-24 10:24 Message generated for change (Comment added) made by vividos You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=307586&aid=1583399&group_id=7586 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: Michael Fink (vividos) Assigned to: Nobody/Anonymous (nobody) Summary: [test] evc4 issue with SEH support Initial Comment: Hi, I'm trying to port Boost 1.34 to the eMbedded Visual C++ compiler. I encountered an error in boost/test/impl/execution_monitor.ipp where it is checked if the platform being used supports SEH and defines BOOST_MS_STRUCTURED_EXCEPTION_HANDLING in that case. evc4 and the Windows CE 4.2 platform supports SEH, but it doesn't provide <eh.h> for setting structured exception translators. For this reason this patch disables the whole feature, at least for Windows CE 4.2. It additionally patches a line where a warning is output with the preprocessor statement "#warning" that isn't supported on evc4. I think the more portable version of this is "#pragma message". ----------------------------------------------------------------------
Comment By: Michael Fink (vividos) Date: 2006-10-24 10:26
Message: Logged In: YES user_id=124874 I just saw that this is a duplicate of patch #1499418. The only difference is that it limits the exclusion of the code to Windows CE 4.2, as that is the only platform I could test compiling. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=307586&aid=1583399&group_id=7586 ------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ Boost-bugs mailing list Boost-bugs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/boost-bugs
participants (1)
-
SourceForge.net