-
Test case:
byte a = -1;
message (a);
byte b = 256;
message (b);
byte c = a - 1;
message (c);
byte d = b + 1;
message (d);
There is no compiler or runtime e…
-
As @sndpl wrote:
> this build doesn't work on my M1, it gives: “openMSX.app” is damaged and can’t be opened. You should eject the disk image."
I could find something similar here: https://develop…
-
I have been trying with:
```
$ fpcmake
Processing Makefile.fpc
x86_64-linux requires:
Writing Makefile
$ make
Makefile:197: *** The Makefile doesn't support target x86_64-all, please run fpc…
-
Hi
please help or guide me
i want to insatll dam diaolg https://github.com/digao-dalpiaz/Dam
at fiirst i should install DzHTMLText https://github.com/digao-dalpiaz/DzHTMLText
but aftre i ins…
-
`GisOutputInterval` is set in `readinputs.pas`
https://github.com/casasglobal-org/pascal-pbdm-olive-demo/blob/main/oliveGIS/readinputs.pas
and used in `GisOutput.pas` for generating ASCII output
…
-
@JordanL2
I made the patch
https://github.com/Alexey-T/CudaText/commit/efbcba60819d6f2849ec98108c0215281600ed5e
to solve https://github.com/Alexey-T/CudaText/issues/5308
but I am unsure: what ve…
-
### Version
Double Commander
Version: 1.2.0 alpha
Revision: 11220
Commit: d308ae7
Build date: 2024/02/06
Lazarus: 3.0.0.3
FPC: 3.2.2
Platform: x86_64-Linux-qt5
OS version: Arch Linux
Widge…
kppr0 updated
9 months ago
-
Firstly, thank you very much for your contribution.
In the teste_gmail example, how do I attach a file?
Thank you.
-
```
function TEmmet.GetLineCount(const s: string): Integer;
var
n: Integer;
begin
Result := 1;
n := Pos(#10,s);
while n > 0 do
begin
Inc(Result);
n := PosEx(#10,s,n+1);
…
-
Hello how is possible to put form inside TTab or Controls like tpage, for example on ABM of table if i create a form with control how i put that inside ttab, on examples you i don't see some like add…