Top "Freepascal" questions

Free Pascal is a multi-dialect, multi-platform Object Pascal compiler.

Difference between armeabi and armeabi-v7a

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 abi
Why would introducing useless MOV instructions speed up a tight loop in x86_64 assembly?

Background: While optimizing some Pascal code with embedded assembly language, I noticed an unnecessary MOV instruction, and removed it. To …

performance optimization assembly x86-64 freepascal
Screen recorder

I'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 freepascal
Delphi TFrame Create/Destroy

How to create (when I want to show it) and destroy (when I want to hide it) frames on the …

delphi frame freepascal lazarus
Returning a value in Pascal

For a function to return a value in Pascal the assignment FunctionName := SomeVal; is used. I assume it doesn't stop …

pascal freepascal
Why does gdb think my x86-64 program is i386?

I am attempting to debug a 64-bit program but gdb seems to think it has an i386 architecture. # file /usr/…

gdb x86-64 freepascal fpc
Reading a file in FreePascal

I have a text file with specified structure, namely (for each line): char, space, char, space, double value, endline. For …

file pascal freepascal fpc
Which should I learn first: Boost or Qt

I'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 freepascal
String to byte array in UTF-8?

How to convert a WideString (or other long string) to byte array in UTF-8?

utf-8 lazarus freepascal
Using windows command line from Pascal

I'm trying to use some windows command line tools from within a short Pascal program. To make it easier, I'm …

pascal lazarus freepascal