On 14/01/15 12:40, Pierre Free Pascal wrote:
Hi all,
from looking at the source code and the commit,
it does appear to be some error..
The corresponding code that stores the message list
generates an internal error if the number of message is more than 255.
So that the two lines
i
> -Message d'origine-
> De : fpc-pascal-boun...@lists.freepascal.org [mailto:fpc-pascal-
> boun...@lists.freepascal.org] De la part de Jonas Maebe
> Envoyé : mercredi 14 janvier 2015 15:20
> À : FPC-Pascal users discussions
> Objet : Re: [fpc-pascal] Error Message recording not yet suppo
On Wed, January 14, 2015 15:19, Jonas Maebe wrote:
> On 14 Jan 2015, at 15:12, Tomas Hajny wrote:
>
>> First of all - do you get the message if compiling using a command
>> line
>> compiler? I can't find such a message anywhere in the compiler...
>
> It's hardcoded in the source code (scanner.pas:3
On 14 Jan 2015, at 15:02, Torsten Bonde Christiansen wrote:
By chance I was looking at help page for compiler switches regarding
optimazations:
http://www.freepascal.org/docs-html/prog/progsu58.html#x65-640001.2.58
And I wonder if the switches below "LEVEL3" (eg. REGVAR,
UNCERTAIN, ...) m
On 14 Jan 2015, at 15:12, Tomas Hajny wrote:
First of all - do you get the message if compiling using a command
line
compiler? I can't find such a message anywhere in the compiler...
It's hardcoded in the source code (scanner.pas:3320). It's kind of
strange though: that error was added in
Hi.
By chance I was looking at help page for compiler switches regarding
optimazations:
http://www.freepascal.org/docs-html/prog/progsu58.html#x65-640001.2.58
And I wonder if the switches below "LEVEL3" (eg. REGVAR, UNCERTAIN, ...)
must be explicit applied during a compile or
if they are in
On Wed, January 14, 2015 10:49, Joao Morais wrote:
Hello,
> I got the "Message recordind not yet supported" error with 2.7.1 and
> 3.0.1 versions. 2.6.4 is fine. The error points to a zero-length line,
> between two class declarations.
>
> I couldn't create a small sample, I cannot understand wh
Linux Platform.
In the past there was a discussion about it already.
It may has to do with dynamic loaded library?
On Tuesday 13 January 2015 16:32:37 you wrote:
> On 13 Jan 2015, at 16:14, Martin Frb wrote:
> > On 13/01/2015 14:40, Rainer Stratmann wrote:
> >> Can not get debug information
> >
Hello list.
I got the "Message recordind not yet supported" error with 2.7.1 and
3.0.1 versions. 2.6.4 is fine. The error points to a zero-length line,
between two class declarations.
I couldn't create a small sample, I cannot understand what is happening.
If I remove a global {$WARN 5024 O