Re: [Lazarus] Unknown error codes.

2018-04-29 Thread Carlos E. R. via Lazarus
On 2018-04-29 22:07, Donald Ziesig via Lazarus wrote: > On 04/29/2018 03:00 PM, Carlos E. R. via Lazarus wrote: >> Hi, >> >> The other day I got this error in a program (on Linux): >> >> cer@Telcontar:~/bin/lazarus/mios> ./crc32test ./crc32test >> An unhandled exception occurred at $0040095

Re: [Lazarus] Unknown error codes.

2018-04-29 Thread Donald Ziesig via Lazarus
On 04/29/2018 03:00 PM, Carlos E. R. via Lazarus wrote: Hi, The other day I got this error in a program (on Linux): cer@Telcontar:~/bin/lazarus/mios> ./crc32test ./crc32test An unhandled exception occurred at $00400951: EInOutError: Unknown Run-Time error : 026 $00400951 line

[Lazarus] Unknown error codes.

2018-04-29 Thread Carlos E. R. via Lazarus
Hi, The other day I got this error in a program (on Linux): cer@Telcontar:~/bin/lazarus/mios> ./crc32test ./crc32test An unhandled exception occurred at $00400951: EInOutError: Unknown Run-Time error : 026 $00400951 line 26 of crc32test.lpr $00400A5C line 42 of crc32te

Re: [Lazarus] Runtime error: INCLOCKED

2018-04-29 Thread Vojtěch Čihák via Lazarus
Hi,   I changed line 7:   TElement = record       strr: String;   end;   TList = array[0..1] of TElement;  //HERE   Plist = ^TList;      and demo works. Simply, static and dynamic arrays are not the same. AFAIR, dynamic array is just pointer while static array are data. I guess someone else will g

Re: [Lazarus] Lazarus still not usable with VNC under Raspbian

2018-04-29 Thread Mattias Gaertner via Lazarus
On Sun, 29 Apr 2018 11:56:09 +0200 Joe via Lazarus wrote: >[...] > Unfortunately, actually I don't know how to get and compile Lazarus > code. Is there a step by step introduction anywhere how to do it under > Raspian Stretch or a script helping with this? Try this: http://wiki.freepascal.org/

[Lazarus] Runtime error: INCLOCKED

2018-04-29 Thread Valdas Jankūnas via Lazarus
Hello, I'm stuck. I always getting weird error when executing this code (stripped down to minimum): program project1; type TElement = record strr: String; end; TList = array of TElement; Plist = ^TList; TSetting = record list: Plist; end; const _List: array [0..1] o

Re: [Lazarus] Lazarus still not usable with VNC under Raspbian

2018-04-29 Thread R0b0t1 via Lazarus
On Fri, Apr 27, 2018 at 4:05 AM, Joe via Lazarus wrote: > Hi, community, > > on Pi computers under Raspbian controlled over VNC the Lazarus code editor > doesn't recognize keystrokes with AltGr and therefore characters like {[]}\ > can't be put in. That's a known issue since 2016 > (https://bugs.f

Re: [Lazarus] Lazarus still not usable with VNC under Raspbian

2018-04-29 Thread Joe via Lazarus
Am 29.04.2018 um 08:43 schrieb Mattias Gaertner via Lazarus: On Fri, 27 Apr 2018 11:05:49 +0200 Joe via Lazarus wrote: [...] on Pi computers under Raspbian controlled over VNC the Lazarus code editor doesn't recognize keystrokes with AltGr and therefore characters like {[]}\ can't be put in. T