I'm trying to make an interface between PhysX and Ruby and I got stucked on the very beggining. XD I have an NxPhysicsSDK pointer, pointing to an object (duh) and I would like to store this pointer into an Ruby VALUE object. I don't really need to see it's value outside the extension class (being clear: everything would be encapsulated), but I only find conversions from C pointers, not C++ objects. Does anyone have a tip? -- Posted via http://www.ruby-forum.com/.