Francesca Gaillard
Very often, you have to check some information contained in the VERSIONINFO section of your application and most of the examples you can find on the InterWebz are doing it by using this WinAPI routine:… … Read more
12 years ago in Delphi, Resources, windows0
Francesca Gaillard
Back from the DelphiLive conference… A big thank you to Frank and Michael who made this a very nice event. There was a lot of excitement about the new XE2, from the attendees to the… … Read more
13 years ago in A little bit of zis, Conference, Delphi, Jobs0
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