Subject: [ruby-ffi] Re: c++ examples |
From: remogatto |
Date: 12/2/09 3:37 PM |
To: ruby-ffi |
On 1 Dic, 23:38, rogerdpack <rogerdp...@gmail.com> wrote:
Are there any c++ examples anywhere? My end goal is to be able to use Boost's hashes/regexes. Thanks. -r
You may be interested in ffi-inliner[1][2]. With this library you can link - on the fly - to C++ through a C layer. [1] - http://github.com/remogatto/ffi-inliner [2] - http://wiki.github.com/remogatto/ffi-inliner/tutorial Cheers, Andrea