thanks . that did it .. i changed the rtext_new_without_senditup() to rtext_new() and it compiled fine .. not sure what the problem was ... however i also tried inclusein the g_rtext and/or g_text as some people have mentioned but that just lead to redundent defines of some funtions again if anyone wants either pianoroll or grid objects for pd i can post .
i am working on getting playlist to work on nt .. but there seems to be compatiablilty issues with the file system calls . i will try to add some code for file listing on windows and release that once i have a chance . or if any one knows of any easier way that doesnt involve writing new code i would love to hear it .
thanks .
joge .
----- Original Message ----- From: "Krzysztof Czaja" czaja@chopin.edu.pl To: "Yves Degoyon" ydegoyon@free.fr Cc: "joge ." gboy@nycap.rr.com; pd-list@iem.kug.ac.at Sent: Monday, February 25, 2002 10:36 AM Subject: Re: [PD] yves' grid for NT/2K
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.