The following message is a courtesy copy of an article that has been posted to comp.lang.misc as well. "Conrad Schneiker" <schneiker / jump.net> writes: |looking into it for good ideas prior to doing a Ruby version. (I don't know |it there would be any problems with the C++ implementation of wxwindows |versus what I think is Ruby's primarily C interface support. I haven't |looked into either one. I'm sure the Pragmatic Duo could surmount any |problems here, if there are any.) FYI, making Ruby extension for C++ library is no pain, provided you wrap them around by extern "C" { } stuff, just like extension for other languages. matz.