Hello,
recently I get a lot of these errors (i.e., I modify something, in
lazarus click on "compile" or "run", and I get the error).
If I then use "clean up & build.." the compilation ends without errors.
I recently switched the virtual machine I use for windows development
from virtualbox to
On Fri, 25 Apr 2025, Luca Olivetti via fpc-pascal wrote:
Hello,
recently I get a lot of these errors (i.e., I modify something, in lazarus
click on "compile" or "run", and I get the error).
If I then use "clean up & build.." the compilation ends without errors.
I recently switched the virt
El 25/4/25 a les 14:24, Michael Van Canneyt via fpc-pascal ha escrit:
Try to make sure you don't have circular references. It happens often in
such cases.
Ouch, that's probably it. I usually avoid circular references but in
this project I have a couple, I'll either have to try to untangle