GunSmoker
We were contacted by a client who complained that EurekaLog was generating an error report in the wrong place. In fact, the client had an expected exception that he wanted to hide by showing a… … Read more
12 months ago in best practice, Delphi, how-to, technical, tips0
GunSmoker
Do you know what the different colors in the callstack mean? These colors help you to understand how call stack was build: Red means crash or leak location. This is the exception’s address. Each bug… … Read more
4 years ago in bug reports, Delphi, EL 7.x, feature, how it works, technical, tips0
Danny
With the release of version 10.4 Sydney, Delphi has officially moved away from the ARC memory model in the mobile compilers. This was announced in 2018, there is some nice background info in this blog… … Read more
4 years ago in 10.4, android, ARC, CTFF, Delphi, FMX, ios, sydney, tips0
gabr42
CompareValue function is incredibly practical when you are writing comparers (functions that determine how some data structure is ordered). System.Math and System.StrUtils define a bunch of functions that can be used to compare integers, doubles,… … Read more
5 years ago in Delphi, programming, tips0
Fernando Madruga
[EDIT] Even though you can do all listed here, there are a few minor ‘gotchas’ that you should be aware of, so browse through the 2nd part before following this to the letter, especially if… … Read more
17 years ago in Delphi, Install, tips0
Fernando Madruga
UPDATE 1: DO NOT TRY THIS! Even though everything is working ok on my system, I’ve just noticed a shortcut icon problem that I believe is related to the order I’ve done something. I’ll have… … Read more
17 years ago in tips0
Fernando Madruga
Now that Delphi 2007 is using MSBuild, you can take advantage of the Pre-Build events to automate a common headache: killing that task that is using your DLL before you build it! I’m currently developing… … Read more
17 years ago in Delphi, tips0