From: jglueck@... (=?ISO-8859-1?Q?Bernhard_Gl=FCck?=) Date: 2001-09-04T08:49:36+09:00 Subject: [ruby-talk:20828] Re: Calling member methods from C++ Another little bit closer.. maybe the method in intern.h of the Ruby SDK makes my problem solveable: VALUE rb_class_instance_methods _((int, VALUE*, VALUE)); How to use it ? And how do i get the VALUE of a CLASS INSTANCE from RUBY ????? The objects that are concerned are all exported C++ classes with their constructors written in C++ like so static VALUE classConstruct( VALUE self ) How can it get the instance value ?