Re: [PD] question about getdir(Guenter Geiger)'s code

2007-09-02 Thread geiger
Quoting Thomas O Fredericks <[EMAIL PROTECTED]>: > Thanks to Han's help page (http://puredata.info/docs/developer/mingw) I was > able to compile a test external on windows with mingw. > > I then started making a new external called getdollarzero based on getdir > (from ggee) and parentdollarzero (

Re: [PD] question about getdir(Guenter Geiger)'s code

2007-08-29 Thread Stephen Sinclair
Maybe he would consider accepting a patch that moves some important internals from g_canvas.h to m_pd.h if they are useful for developing externals. (i.e., declaring a "guarantee" for them.) My feeling from convention was that he doesn't intend to make many drastic modifications to the internals

Re: [PD] question about getdir(Guenter Geiger)'s code

2007-08-29 Thread Hans-Christoph Steiner
If you would like to be added as a developer on the pure-data CVS, just send an email to pd-dev introducing yourself and a brief explanation of what you are working on and why you want to be added as a developer. I think no one will object. .hc On Aug 29, 2007, at 6:17 PM, Thomas O Fred

Re: [PD] question about getdir(Guenter Geiger)'s code

2007-08-29 Thread Thomas O Fredericks
getdollarzero can get the dollar zero of any parent. For example, lets say a patch called "top" contains the abstraction 1. The abstraction 1 contains the abstraction 2. The abstraction 2 contains the abstraction 3. Well, with getdollarzero, abstraction 1 through 3 can know the dollar zero of the p

Re: [PD] question about getdir(Guenter Geiger)'s code

2007-08-29 Thread Hans-Christoph Steiner
Hey, I think Günter didn't want to depend on non-public headers like g_canvas.h, so included the glist struct from that header. Personally, I think makes more sense to include the g_canvas.h header. [parentdollarzero] like a useful object, I am not usre what [getdollarzero] does beyond

[PD] question about getdir(Guenter Geiger)'s code

2007-08-27 Thread Thomas O Fredericks
Thanks to Han's help page (http://puredata.info/docs/developer/mingw) I was able to compile a test external on windows with mingw. I then started making a new external called getdollarzero based on getdir (from ggee) and parentdollarzero (from iemlib2). I compiled it and it works but I had to: 1)