python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
how to debug FreePascal in VSCode
As I use VSCode to code for Pascal language and I have installed some extensions to debug my program. I use Native Debug for debugging. I have consulted several tutorials on the net but with no succes...
Alexander VT
Votes: 0
Answers: 1
Comma Separated Type Declaration Fatal Error "=" expected but "," found Free Pascal
I am learning Pascal using Free Pascal and VS Code. A compilation error occurs from a simple type declaration. I have looked at tutorials and books and the syntax seems good. If I remove "days,&q...
sauv0168
Votes: 0
Answers: 1
Class that worked in Delphi fails to run in Lazarus
The below class implementation works fine in Delphi, however it fails when running in Lazarus.
The purpose is to run a timer asynchronously.
// Declaration
type
TTimerEvents = class
private
cl...
psa
Votes: 0
Answers: 1
I am getting this error in free pascal when compiling (Fatal: can't find unit crt used by ex2)
I have been working on pascal language as it is in my high school syllabus. I have been doing some coding to see how it works. so far (for more than a month) I didn't get any error's except for my own...

Mike Royar
Votes: 0
Answers: 1