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
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
>
> > 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/
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
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