Re: [Harbour] HRB problem with inherited classes

2009-05-16 Thread Szakáts Viktor
With unload an interesting question is what happens in this scenario: 1. Load HRB1 overloading existing function: HELLO 2. Load HRB2 overloading existing function: HELLO 3. Unload HRB1 4. ? Which version of HELLO will now execute? 5. Unload HRB2 6. ? Which version of HELLO will now execute? I su

RE: [Harbour] HRB problem with inherited classes

2009-05-13 Thread J. Lefebvre
Developer List.; J. Lefebvre; Phil Barnett Objet : Re: [Harbour] HRB problem with inherited classes On Wed, 13 May 2009, J. Lefebvre wrote: Hi, > This mail seem to never reach the list ... New test ! > ++ And it's very serious proble

Re: [Harbour] HRB problem with inherited classes

2009-05-13 Thread Viktor Szakáts
> > > This mail seem to never reach the list ... New test ! > > ++ > > And it's very serious problem. I still cannot see some messages > I sent to this list in last days. They are not available also on > http://lists.harbour-project.org/pipermail/

Re: [Harbour] HRB problem with inherited classes

2009-05-13 Thread Przemyslaw Czerpak
On Wed, 13 May 2009, J. Lefebvre wrote: Hi, > This mail seem to never reach the list ... New test ! > ++ And it's very serious problem. I still cannot see some messages I sent to this list in last days. They are not available also on http://lis

[Harbour] HRB problem with inherited classes

2009-05-13 Thread J. Lefebvre
This mail seem to never reach the list ... New test ! ++ Hi, I'm working with HRB files and suddently discovered a serious problem when using Classes defined within the HRB files inheriting from classes from the main program. Suppose we hav