kimbomadsen
This blog post is about an annoying bug I have found in Delphi, and the consequences of it. The Invokable variants bug During preparation for an Android 64 bit update […] … Read more
3 years ago in android, Bug, Delphi, Embarcadero, FireMonkey, FMX0
GunSmoker
We were contacted by a person who claimed to have found a bug in EurekaLog. He justified this statement as follows: if you create a new DataSnap application and add EurekaLog to it, the application… … Read more
4 years ago in Access Violation, Bug, Delphi, EL 7.x, Stories, technical0
Ondrej Kelle
So you’ve put in the time and effort to refactor your code and data for parallel execution and are eager to see some parallel action. Unfortunately, you might be disappointed; in some cases your tasks… … Read more
7 years ago in Bug, Delphi, multithreading0
Ondrej Kelle
Writing multi-threaded code is hard and takes a lot of time. That’s why it’s especially annoying to waste time with bugs like this. Reading (and enjoying) Primož Gabrijelčič’s book Delphi High Performance, I’ve come across… … Read more
7 years ago in Bug, Delphi, multithreading0
Francesca Gaillard
… or why simply replacing LockWindowUpdate by WM_SETREDRAW is not that straightforward. As you know, when you want to avoid flickering or multiple partial redraws of your Forms, during a flurry of updates for instance,… … Read more
14 years ago in Bug, Delphi, LockWindowUpdate, User Interface, windows0
Francesca Gaillard
… you may end up chasing memory leaks that don’t exist. I was at work investigating some bizarre behavior of our application when dealing with a big customer file and I had ReportMemoryLeaksOnShutdown turned on… … Read more
14 years ago in Bug, Debugger, Delphi, IDE, Memory Leaks, Quality0