Boost library for BlitzMax?

BlitzMax Forums/BlitzMax Programming/Boost library for BlitzMax?

Blueapples(Posted 2010) [#1]
Anyone gotten to wrapping Boost library for BlitzMax? http://www.boost.org/doc/libs/1_41_0

I sort of just stumbled on this. Might be a worthwhile addition. Brucey? :) Ehh? Yeah?


xlsior(Posted 2010) [#2]
Yup, at least part of the functionality:
http://tinyurl.com/yd6v7gk

( http://code.google.com/p/maxmods/downloads/list?can=2&q=boost )


Blueapples(Posted 2010) [#3]
Doh


Brucey(Posted 2010) [#4]
Heh... :-p

I've only implemented a few things so far with Boost :

BaH.Datetime
BaH.Interprocess
BaH.Mathtoolkit
BaH.Rational

I think that's it...


Blueapples(Posted 2010) [#5]
BaH.Interprocess might be what I'm looking for. I want to do all my backends in BM and one or two GUIs layers in REALBasic since I have a pretty good Richtext control for RB but want to stop using it for most everything else. Interprocess might just be how I can pull that off... maybe.