Top "Fpc" questions

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

What is the difference between Lazarus and CodeTyphon

Firstly, I saw some topics about these two but weren't my answer. I'm looking for a good FPC(Free Pascal …

ide comparison lazarus fpc codetyphon
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
Best way for read and write a text file

I am using the latest version of Lazarus IDE and I have a Memo1 on my TForm1. I have to …

delphi file-io text-files lazarus fpc
Type Checking In Pascal

I'm just wondering how it's possible to do type checking in pascal? I have been searching for hours now but …

pascal 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
How do I use CreateFile to access a physical disk?

I asked on the Lazarus programming forum how to open a physical disk. I want to allow the user to …

delphi freepascal lazarus fpc