Free Pascal is a multi-dialect, multi-platform Object Pascal compiler.
As far as I can tell from the docs, the difference between the two supported flavors of ARM architecture in …
android android-ndk cpu-architecture freepascal abiBackground: While optimizing some Pascal code with embedded assembly language, I noticed an unnecessary MOV instruction, and removed it. To …
performance optimization assembly x86-64 freepascalI'm interested in a library(for windows) written in Delphi/Pascal or C++ that allows me to record(to a …
c++ delphi delphi-2010 pascal freepascalHow to create (when I want to show it) and destroy (when I want to hide it) frames on the …
delphi frame freepascal lazarusFor a function to return a value in Pascal the assignment FunctionName := SomeVal; is used. I assume it doesn't stop …
pascal freepascalI am attempting to debug a 64-bit program but gdb seems to think it has an i386 architecture. # file /usr/…
gdb x86-64 freepascal fpcI have a text file with specified structure, namely (for each line): char, space, char, space, double value, endline. For …
file pascal freepascal fpcI'm primarily a hobbyist programmer. I learnt the basics of C++ and then moved to Java which I loved because …
c++ qt user-interface boost freepascalHow to convert a WideString (or other long string) to byte array in UTF-8?
utf-8 lazarus freepascalI'm trying to use some windows command line tools from within a short Pascal program. To make it easier, I'm …
pascal lazarus freepascal