Re: add methods in dynpmc

2006-02-07 Thread Francois PERRAD
At 13:53 07/02/2006 +0100, Leopold Toetsch wrote: François PERRAD wrote: Hi all, With the following patch, I try to add two methods (tostring & tonumber) at each Lua PMC. With the first new test, I obtain : Method 'tostring' not found current instr.: '_main' pc 13 (languages\lua\t\pmc\number_1

Re: add methods in dynpmc

2006-02-07 Thread Leopold Toetsch
François PERRAD wrote: Hi all, With the following patch, I try to add two methods (tostring & tonumber) at each Lua PMC. With the first new test, I obtain : Method 'tostring' not found current instr.: '_main' pc 13 (languages\lua\t\pmc\number_10.pir:6) What is it wrong or what have I forget

add methods in dynpmc

2006-02-06 Thread François PERRAD
Hi all, With the following patch, I try to add two methods (tostring & tonumber) at each Lua PMC. With the first new test, I obtain : Method 'tostring' not found current instr.: '_main' pc 13 (languages\lua\t\pmc\number_10.pir:6) What is it wrong or what have I forget to do ? François. add