From: Takaaki T. <tt...@tt...> - 2003-03-07 15:17:34
|
At Thu, 06 Mar 2003 15:30:47 +0900, > > Everything compiles correctly, but when I try to use any of the methods I > > get a segfault. I'm using the 0.9.0 source and mingw and gcc 3.2.1 I found what was wrong. Use the following code. DEF_METHOD_EQ(Text_Display,textcolor,-1); DEF_METHOD_EQ(Text_Display,textfont,-1); DEF_METHOD_EQ(Text_Display,textsize,-1); -- Takaaki Tateishi <tt...@tt...> |