Re: Making PMCs

2004-06-15 Thread Leopold Toetsch
Nicholas Clark <[EMAIL PROTECTED]> wrote: > I'm trying to work out how to make PMCs. I'm not finding much documentation, A first draft of F is in. leo

Re: Making PMCs

2004-06-14 Thread Leopold Toetsch
Nicholas Clark <[EMAIL PROTECTED]> wrote: > I'm trying to work out how to make PMCs. I'm not finding much documentation, I'll create a POD, which hopefully will answer all these questons. leo

Re: Making PMCs

2004-06-14 Thread Dan Sugalski
At 2:33 PM +0100 6/14/04, Nicholas Clark wrote: On Mon, Jun 14, 2004 at 08:53:10AM -0400, Dan Sugalski wrote: At 12:53 PM -0500 6/13/04, Matt Fowles wrote: >Nicholas~ > >I will try to answer what I can, based on my current experience >making those array PMCs. > > >Nicholas Clark wrote: >

Re: Making PMCs

2004-06-14 Thread Nicholas Clark
On Mon, Jun 14, 2004 at 08:53:10AM -0400, Dan Sugalski wrote: > At 12:53 PM -0500 6/13/04, Matt Fowles wrote: > >Nicholas~ > > > >I will try to answer what I can, based on my current experience > >making those array PMCs. > > > > > >Nicholas Clark wrote: > > > >>a data pointer > >>which I can

Re: Making PMCs

2004-06-14 Thread Dan Sugalski
At 11:01 AM +0100 6/13/04, Nicholas Clark wrote: I'm trying to work out how to make PMCs. I'm not finding much documentation, and I'm not sure what I'm missing. Particularly I'm trying to work out where I'm allowed to store data, and what flags I might have to set I'll write up something more detai

Re: Making PMCs

2004-06-14 Thread Dan Sugalski
At 12:53 PM -0500 6/13/04, Matt Fowles wrote: Nicholas~ I will try to answer what I can, based on my current experience making those array PMCs. Nicholas Clark wrote: a data pointer which I can use. I am always responsible for freeing anything there(?) and to do this I need to set

Re: Making PMCs

2004-06-13 Thread Matt Fowles
Nicholas~ I will try to answer what I can, based on my current experience making those array PMCs. Nicholas Clark wrote: a data pointer which I can use. I am always responsible for freeing anything there(?) and to do this I need to set the active destroy flag(?) This flag is not the same as th

Making PMCs

2004-06-13 Thread Nicholas Clark
I'm trying to work out how to make PMCs. I'm not finding much documentation, and I'm not sure what I'm missing. Particularly I'm trying to work out where I'm allowed to store data, and what flags I might have to set A basic PMC appears to contain flags of which 8 are private so I could us