From: "LESS Software, Inc" Date: 2001-12-06T02:27:04+09:00 Subject: [ruby-talk:27571] Class variables in C This is a multi-part message in MIME format. ------=_NextPart_000_0072_01C17DBA.47E0FA00 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Hi, =20 I've declared a class variable with rb_declare_class_variable(class, = name, value) in C. Using this I've got the errror: uninitialized class = variable. May anyone help me? =20 Thanks. =20 Harald ------=_NextPart_000_0072_01C17DBA.47E0FA00 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
Hi,
 
I've declared a class = variable with=20 rb_declare_class_variable(class, name, value) in C. Using this I've got = the=20 errror: uninitialized class variable. May anyone help me?
 
Thanks.
 
Harald
------=_NextPart_000_0072_01C17DBA.47E0FA00--