Boost logo

Boost :

From: SourceForge.net (noreply_at_[hidden])
Date: 2006-10-24 04:24:14


Patches item #1583399, was opened at 2006-10-24 10:24
Message generated for change (Tracker Item Submitted) made by Item Submitter
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".

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

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_at_[hidden]
https://lists.sourceforge.net/lists/listinfo/boost-bugs


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk