-
it's worth considering linux or freepascal... :)
-
Hey, I got this program from your linux build, but before I noticed that I tried to build it from source.
If I fpc main.pas I get
Fatal: Can't find unit Forms used by main.
If I lazbuild ./…
-
**Describe the bug**
In the latest build version, unicode chars cannot directly be pasted into the Lazarus SynEdit components (editor, markup export)
**To Reproduce**
Steps to reproduce the behav…
-
bgrautf8.pas(10,72) Error: Cannot find lazutf8classes used by BGRAUTF8 of package BGRABitmapPack.
https://forum.lazarus.freepascal.org/index.php/topic,63673.msg482696.html#msg482696
-
Hello. I was wondering if it would be possible/interesting for you to implement a cp437 code page so I can host this on a telnet BBS? :)
-
Downloaded several times, but latest version for MacOs aarch64 keeps saying that it is corrupt.
-
```
class function TColorColorspace.GetChannel(AColor: Pointer; AIndex: integer): single;
begin
case AIndex of
0: result := TColor(AColor^).red;
1: result := TColor(AColor^).green;
2: …
-
Please support word wrap in internal editor (like in internal viewer).
-
Hello, RegExp.ModifierS grabs extra lines
var
RegExp: TRegExpr;
begin
RegExp := TRegExpr.Create;
RegExp.ModifierS := true;
RegExp.ModifierM:=true;
https://regex101.com/r/hDp6q8/…
-
Hello.
Not assigning proper signed symbol table for a method from libc.so.6 could give big problems.
See the (hot) topic here:
https://forum.lazarus.freepascal.org/index.php/topic,58888.msg486269…