On 2018-05-01 10:48, Rik van Kekem via Lazarus wrote:
>
> Small test-program will give you a list:
> var
> I: Integer;
> begin
> for I := 0 to 99 do
> begin
> Memo1.Lines.Add(Format('%d - %s', [I, SysErrorMessage(I)]));
> end;
In fact, it also prints errors beyond 100:
program errorm
On 2018-05-01 10:48, Rik van Kekem via Lazarus wrote:
> On 29-04-2018 23:55, Carlos E. R. via Lazarus wrote:
>> It does not list the error 26 I got.
>> It is possible that there are different numbers on different operating
>> systems? That list seems to be related to Windows, but the link does not
On 29-04-2018 23:55, Carlos E. R. via Lazarus wrote:
It does not list the error 26 I got.
It is possible that there are different numbers on different operating
systems? That list seems to be related to Windows, but the link does not
say.
It's always possible to get the text of an OS error via
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
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
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