Top "Lazarus" questions

Lazarus is an open-source multiplatform RAD environment for the Free Pascal compiler, in the spirit of Delphi, with which it has a fairly high degree of compatibility.

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
How to detect memory leaks in Free Pascal/Lazarus?

In Delphi, I usually write a simple leak test like this: program MemLeak; {$APPTYPE CONSOLE} uses SysUtils; procedure Leak; begin { …

delphi memory-leaks freepascal lazarus