I was just wondering if anyone out there has tried using any of the Boost libraies on IBM's iSeries platforms. Its one of the platforms that I have to support. I'd like to use a few of the Boost libraries, but am not sure how to proceed. My main concern is the libraries that require a binary( like Boost.Regex ). The header only libraries that I'm interested in, I've been able to use( so far at least ). Marc Robertson Principal Architect AWD Development DST Technologies, Inc. ----------------------------------------- This e-mail and any attachments are intended only for the individual or company to which it is addressed and may contain information which is privileged, confidential and prohibited from disclosure or unauthorized use under applicable law. If you are not the intended recipient of this e-mail, you are hereby notified that any use, dissemination, or copying of this e-mail or the information contained in this e-mail is strictly prohibited by the sender. If you have received this transmission in error, please return the material received to the sender and delete all copies from your system.
MARobertson@dstsystems.com wrote:
I was just wondering if anyone out there has tried using any of the Boost libraies on IBM's iSeries platforms. Its one of the platforms that I have to support. I'd like to use a few of the Boost libraries, but am not sure how to proceed. My main concern is the libraries that require a binary( like Boost.Regex ). The header only libraries that I'm interested in, I've been able to use( so far at least ).
I haven't had any feedback on using regex on the iSeries: however the lib is "just a bunch a sources", so you can build it any way you want. The obvious thing to do is to run the test programs (the important one is in libs/regex/test/regress) and make sure those run OK before proceeding. John.
participants (2)
-
John Maddock
-
MARobertson@dstsystems.com