From: nobu.nokada@... Date: 2002-05-18T17:58:12+09:00 Subject: Re: More embedding fun! Hi, At Fri, 17 May 2002 05:02:12 +0900, Jeff Ward wrote: > // set a bunch of instance variables including > VALUE val = rb_iv_set(me->rbObject, "@cObj", me); Never set other than VALUE to instance variable. -- Nobu Nakada