Re: [fpc-pascal]fpc 1.0 and 1.1 incompatibility

2003-10-30 Thread Peter Vreman
> 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:

Re: [fpc-pascal]fpc 1.0 and 1.1 incompatibility

2003-10-30 Thread Vincent Snijders
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

Re: [fpc-pascal]fpc 1.0 and 1.1 incompatibility

2003-10-30 Thread Peter Vreman
>> 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

Re: [fpc-pascal]fpc 1.0 and 1.1 incompatibility

2003-10-30 Thread Matt Emson
> 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

[fpc-pascal]fpc 1.0 and 1.1 incompatibility

2003-10-29 Thread Vincent Snijders
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