I would like to do a simple thing — in the unit with the logic of handling the window, I want to update the window (the first event loop), and then in ano
Program q2; Var input: integer ; Var repeatvar: char ; Procedure display(input : integer) ; Begin If (input = 9) then Write ('***********************
I'm using the following unit to try to read the application version number in a Lazarus project but GetProductVersion always returns 0.0.0.0 http://forum.lazar
I am using Lazarus 2.0.4 on Windows 10. Trying to track memory leaks in a quite large project I tried to familiarize myself with the heaptrc and lineinfo units/