> On Thu, 30 Oct 2003 12:55:55 +0100 (CET)
> "Peter Vreman" <[EMAIL PROTECTED]> wrote:
>
>> >> fpc 1.1 gives the following error message:
>> >> overloadedcontructor.pas(36,32) Error: Can't determine which
>> >overloaded> function to call overloadedcontructor.pas(19,19) Hint:
>> >Found> declaration:
On Thu, 30 Oct 2003 12:55:55 +0100 (CET)
"Peter Vreman" <[EMAIL PROTECTED]> wrote:
> >> fpc 1.1 gives the following error message:
> >> overloadedcontructor.pas(36,32) Error: Can't determine which
> >overloaded> function to call overloadedcontructor.pas(19,19) Hint:
> >Found> declaration: construc
>> fpc 1.1 gives the following error message:
>> overloadedcontructor.pas(36,32) Error: Can't determine which overloaded
>> function to call overloadedcontructor.pas(19,19) Hint: Found
>> declaration: constructor TBase.Create(TComponent)
>> overloadedcontructor.pas(26,23) Hint: Found declaration: c
> fpc 1.1 gives the following error message:
> overloadedcontructor.pas(36,32) Error: Can't determine which overloaded
> function to call overloadedcontructor.pas(19,19) Hint: Found
> declaration: constructor TBase.Create(TComponent)
> overloadedcontructor.pas(26,23) Hint: Found declaration: constr
Hi,
The program below can be compiled with fpc 1.0.10, but not with this
week's fpc 1.1.
With fpc 1.0.10 it gives the following output, (which is as I
would expect).
TSubClass.Create
TBase.Create
fpc 1.1 gives the following error message:
overloadedcontructor.pas(36,32) Error: Can't determine wh