
Hi Paul, Thanks for the feedback! My guess without seeing the error messages is the win::result helper class. It (incorrectly) relies on <windows.h> if _WIN32 or __WIN32__ or WIN32 is defined. I've posted a new errorinfo2.zip to the sandbox, but couldn't delete the old version - permission denied :( I don't understand for sure why the code compiled for me. If the current version still doesn't compile, you could try adding <winerror.h> right next to <windows.h> in errorinfo.hpp. Again, thanks! Best, Don --- Paul A Bristow <pbristow@hetp.u-net.com> wrote:
A very brief (and probably incompetent) skirmish, with this somewhat interesting looking idea did not succeed in getting it to compile under MSVC Express as a pure console application (no Windows) - clearly not its main application.
Paul
Paul A Bristow Prizet Farmhouse, Kendal, Cumbria UK LA8 8AB +44 1539 561830 +44 7714 330204 mailto: pbristow@hetp.u-net.com
| -----Original Message----- | From: boost-bounces@lists.boost.org | [mailto:boost-bounces@lists.boost.org] On Behalf Of Don G | Sent: 10 April 2005 00:33 | To: boost | Subject: [boost] [errorinfo] RFC | | Just curious if anyone has had a chance to look at the errorinfo.zip | or think about the previous email on this subject. I am looking at | putting together a straw man for a general asynchronous library and | shared_ptr<errorinfo> would play much better in that space than | shared_ptr<std::exception>. | | Thanks for any feedback! | | Best, | Don
_______________________________________________ Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost
__________________________________ Do you Yahoo!? Yahoo! Small Business - Try our new resources site! http://smallbusiness.yahoo.com/resources/
participants (1)
-
Don G