-
```
procedure TSimpleMsgPack.setAsString(pvValue: string);
begin
FDataType := mptString;
if SizeOf(Char) = 2 then
begin
SetLength(FValue, length(pvValue) shl 1);
…
-
Some examples using in the classroom require the Pascal graph library (http://www.freepascal.org/docs-html/rtl/graph/index.html). The FreePascal bundled with EclipseGavab would need to include specifi…
-
I have several Delphi 2007 projects that I want to use TZDB for. It ticks a lot of boxes and I appreciate the effort that must go into maintaining it. ;-) ) For historical reasons, I'm stuck with D20…
-
Repro here: https://github.com/ed-irl/bazel-ios-codesigning-repro. You must make some changes to the repo code (outlined in the README.md) attempt to run the signed app on a device to reproduce the bu…
-
Just realized that (at least on Windows) popups can have custom drawn style
One sample
https://forum.lazarus.freepascal.org/index.php/topic,48805.msg351928.html#msg351928
A gif
https://forum.l…
lainz updated
2 years ago
-
I just set up FreePascal on my Linux machine (Kubuntu 20.04), and when I try to build the Linux 64-bit QT target, I get these errors in the message log:
Compile Project, Mode: Linux 64bit qt5, …
-
```
+ make build INSTALL_PREFIX=/home/ollisg/.perlbrew/libs/perl-5.18.2@dev/lib/perl5/auto/share/dist/Alien-FreePascal
make: "/usr/home/ollisg/.cpanm/work/1423076354.38718/Alien-FreePascal-0.01/_alien…
-
Hello! Is it possible to compile and run these programs on Windows? Or to edit them, so they can run on Windows? Thanks!
-
I installed qt and necessary developer stuff on the VF2:
```
sudo apt-get install git htop curl libdrm-dev build-essential gdb gdb-source libboost-all-dev qmake qttools5-dev
```
Fetched the code…
-
Jerome,
Take a look at the old thread in forum,
https://forum.lazarus.freepascal.org/index.php/topic,32741.180.html
and this code change
https://bugs.freepascal.org/view.php?id=32781
I …