Re: [xHarbour-developers] Subclassing DESTRUCTOR

2012-02-07 Thread Vicente Guerra
On Mon, 6 Feb 2012, Ron Pinkas wrote: > :::Super:__Destructor() Thank you! Atte. Vic -- Keep Your Developer Skills Current with LearnDevNow! The most comprehensive online learning library for Microsoft developers is j

Re: [xHarbour-developers] Subclassing DESTRUCTOR

2012-02-06 Thread Ron Pinkas
Hi Vicente, ::Super:Destructor() Ron -- From: "Vicente Guerra" Sent: Friday, February 03, 2012 12:00 PM To: "xHarbour-Developers List" Subject: [xHarbour-developers] Subclassing DESTRUCTOR > Hi! >

Re: [xHarbour-developers] Subclassing DESTRUCTOR

2012-02-06 Thread Ron Pinkas
Oops: :::Super:__Destructor() Ron -- From: "Ron Pinkas" Sent: Monday, February 06, 2012 3:56 PM To: "Vicente Guerra" ; "xHarbour-Developers List" Subject: Re: [xHarbour-developers] Subcla

[xHarbour-developers] Subclassing DESTRUCTOR

2012-02-03 Thread Vicente Guerra
Hi! Is it possible to call a ::Super:Destructor() method? I want to extend a class, but I need to extend DESTRUCTOR too. Thanks in advance. Atte. Vic PROCEDURE MAIN LOCAL x ? "Creating object..." x := MyClass2():New() ? "Destroying..." x := nil ? "End" RETURN #include "hb