Reported at https://bugs.freepascal.org/view.php?id=32538. I didn’t say much
but I think that should be enough.
Thanks.
> On Oct 12, 2017, at 7:22 PM, Sven Barth via fpc-pascal
> wrote:
>
> Wow, okay, that's a nasty one O.o Considering that the "AbstractError" is in
> the System unit it's s
Am 12.10.2017 13:59 schrieb "Ryan Joseph" :
>
>
>
> > On Oct 12, 2017, at 5:35 PM, Michael Van Canneyt
wrote:
> >
> > Normally not :)
> >
> > What Sven wanted to ascertain was why you get this error, which is
totally abnormal.
>
> Ok did some tests and here’s an example of how to reproduce it. It’
> On Oct 12, 2017, at 5:35 PM, Michael Van Canneyt
> wrote:
>
> Normally not :)
>
> What Sven wanted to ascertain was why you get this error, which is totally
> abnormal.
Ok did some tests and here’s an example of how to reproduce it. It’s the name
“system” which is doing it and if I remov
On Thu, 12 Oct 2017, Ryan Joseph wrote:
On Oct 12, 2017, at 4:19 PM, Sven Barth via fpc-pascal
wrote:
Could you try whether a test program with an abstract method that you call
compiles correctly?
Thanks that was the tip I needed. That unit had an abstract method and
after removin
> On Oct 12, 2017, at 4:19 PM, Sven Barth via fpc-pascal
> wrote:
>
> Could you try whether a test program with an abstract method that you call
> compiles correctly?
>
>
Thanks that was the tip I needed. That unit had an abstract method and after
removing it the problem went away. Are a
Am 12.10.2017 10:37 schrieb "Ryan Joseph" :
>
>
>
> > On Oct 12, 2017, at 12:59 PM, Sven Barth via fpc-pascal <
fpc-pascal@lists.freepascal.org> wrote:
> >
> > AbstractError() is the name of the function the compiler uses to
replace abstract methods with (so that they generate an exception when
cal
> On Oct 12, 2017, at 12:59 PM, Sven Barth via fpc-pascal
> wrote:
>
> AbstractError() is the name of the function the compiler uses to replace
> abstract methods with (so that they generate an exception when called). Thus
> something very strange is going on with your installation :/
Is th
Am 12.10.2017 04:34 schrieb "Ryan Joseph" :
>
> I just built the ppcx64 trunk version 3.1.1 so I could try the memory
management operator overloads we talked about but I’m getting a compiler
error in my project that doesn’t make sense.
>
> On the last line of one unit (literally at end.) I get: err
I just built the ppcx64 trunk version 3.1.1 so I could try the memory
management operator overloads we talked about but I’m getting a compiler error
in my project that doesn’t make sense.
On the last line of one unit (literally at end.) I get: error: identifier
idents no member “AbstractError”.