hi,
currently rtext_new_without_senditup() is a one-liner:
return (rtext_new(glist, who, next, 0));
and rtext_new() is EXTERNed in g_canvas.h, i.e. it should dynamically link to grid.dll or whatever (unchecked). Try to replace one with another.
Krzysztof
Yves Degoyon wrote: ...
there's a trick there, you have to link with the pd object wich contains "rtext_new_without_senditup", i think it's g_text.o.