On 5/15/07, SainTiss <[EMAIL PROTECTED]> wrote: > Did you find a solution for your problem yet? > > I would guess that, in order to keep slots from an object A, your only option > is to use "A new". Maybe afterwards it would be possible to assign A's vtable > to the vtable slot of the resulting object?
Yes, I am copying the prototype. I'm using my own function rather than the supplied (define-type). (No need to assign the vtable, it will already be the same. Also, I'm using "_vtable _alloc:" instead of "new" to do the copying, but it's the same idea.) _______________________________________________ fonc mailing list [email protected] http://vpri.org/mailman/listinfo/fonc
