From: Takaaki T. <tt...@ja...> - 2001-09-03 01:53:41
|
At Sun, 2 Sep 2001 16:23:09 -0700 (PDT), Kevin Smith wrote: > Ok. It looks like one problem was that our object map/hash > was getting discarded. I can get past that by adding this > line in fltk.cc: > rb_iv_set(rb_mFltk, "@map", rb_fltk_objmap); I forgot to add the above line. Why do you use instance variable? How about constant? Perhaps, You'd like to keep the programmer from getting access to "@map". Could you show me the reason? # SourceForge seems to be working now. -- Takaaki Tateishi <tt...@ja...> |