Re: [fpc-devel] Internal error 200510032 on SynEdit package

2019-07-24 Thread Ondrej Pokorny

On 23.07.2019 16:05, denisgolovan wrote:

Anybody knows whats going on and why it stopped working? (I am on
Windows and use the 32bit compiler. Today's FPC trunk, today's Lazarus
trunk.)

Same story.
See https://bugs.freepascal.org/view.php?id=35877


Thanks!
Ondrej

___
fpc-devel maillist  -  fpc-devel@lists.freepascal.org
https://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-devel


Re: [fpc-devel] Internal error 200510032 on SynEdit package

2019-07-23 Thread denisgolovan

> Anybody knows whats going on and why it stopped working? (I am on
> Windows and use the 32bit compiler. Today's FPC trunk, today's Lazarus
> trunk.)

Same story.
See https://bugs.freepascal.org/view.php?id=35877

-- Regards,
Denis Golovan
___
fpc-devel maillist  -  fpc-devel@lists.freepascal.org
https://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-devel


[fpc-devel] Internal error 200510032 on SynEdit package

2019-07-20 Thread Ondrej Pokorny

Hello,

I updated trunk now and wanted to test the attributes support - and now 
I get Internal error 200510032 when compiling the SynEdit package. (See 
attached screenshot.)


synedithighlighterxmlbase.pas(236,31) Error: Internal error 200510032

Rebuild clean doesn't help. I can go over the error when I change this line:

  Result := TSynXmlRangeInfo((ItemPointer[Index] + FItemOffset)^);

to

var
  P: Pointer;
// 
  P := ItemPointer[Index] + FItemOffset;
  Result := TSynXmlRangeInfo(P^);

Anybody knows whats going on and why it stopped working? (I am on 
Windows and use the 32bit compiler. Today's FPC trunk, today's Lazarus 
trunk.)


Best
Ondrej

___
fpc-devel maillist  -  fpc-devel@lists.freepascal.org
https://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-devel