|
Boost Users : |
From: Reuti_at_[hidden]
Date: 2003-11-15 10:47:17
Thanx.
With latest version I could build but I could not create import library
corressponding to dll created.
Is there some macro for this?
=====
Reuti
"John Maddock"
<john_at_[hidden]> To: "Boost Users mailing list" <boost-users_at_[hidden]>
Sent by: cc:
boost-users-bounces_at_list Subject: Re: [Boost-users] Building Regex++ lib on Pocket PC
s.boost.org using EmbeddedVC++4.0
11/13/2003 05:32 PM
Please respond to Boost
Users mailing list
> Has anyone tried building regex++ lib for PPC using EVC++?
I've never tried with that compiler - I think it's even worse than VC6 for
conformance?
> I can build it using VC++6.0 using the .mak files supplied with it.But I
am
> getting errors and warnings.
> Error is regarding the use of typename keyword in lib source and warning
is
> about C++ Exceptions unwinding capability.
Defining BOOST_NO_EXCEPTIONS should fix that - in fact it should get
automatically set for vc with no eh support, so there could be a config bug
there.
> I replaced C++ try, catch by Win32 __try , __except but don't know what
to
> do with template error?
What is there error: you may be able to just remove the typename keyword to
fix the problem?
John.
_______________________________________________
Boost-users mailing list
Boost-users_at_[hidden]
http://lists.boost.org/mailman/listinfo.cgi/boost-users
Boost-users list run by williamkempf at hotmail.com, kalb at libertysoft.com, bjorn.karlsson at readsoft.com, gregod at cs.rpi.edu, wekempf at cox.net