Subject:
[ruby-ffi] Load same library multiple times?
From:
"Kim.Toms" <kim.toms@gmail.com>
Date:
11/20/10 10:04 AM
To:
ruby-ffi

I'd like to load the same library multiple times, so that the global
variables in my C program are complete separate.  This would allow me
to run multiple simulations of objects that arre connected.  The
objects are all communicating with each other, and I'd like to track
the communication.  I've posted a simple example in the issues at
https://github.com/ffi/ffi/issues/#issue/65