I am using Boost 1.27. Is there instructions or examples for how to use the regex library with Metrowerks CodeWarrior on a Macintosh (9.x)? ...Duane -- "If tyranny and oppression come to this land, it will be in the guise of fighting a foreign enemy." - James Madison
On Friday, May 31, 2002, at 10:51 AM, Duane Murphy wrote:
I am using Boost 1.27. Is there instructions or examples for how to use the regex library with Metrowerks CodeWarrior on a Macintosh (9.x)?
What I've always done is just add all the sources for the regex library to a project, make sure the path includes the level above the "boost" directory, and compile away. The Boost libraries are suitable to compile and link into your program rather than using them as shared libraries. -- Darin
participants (2)
-
Darin Adler
-
Duane Murphy