Jump to content

Leaderboard


Popular Content

Showing content with the highest reputation on 01/24/19 in all areas

  1. We made some changes to the low-level method call ABI in 10.3, which affects both Delphi and C++. This is likely to be invisible to you unless you do something very low-level. It's more visible to you if you use C++, because now an entire class of bugs has been fixed in one go. IMO, whether you use C++ or not, it's very interesting! Info here: https://community.idera.com/developer-tools/b/blog/posts/abi-changes-in-rad-studio-10-3
  2. Ian Branch

    Single Instance of Dephi IDE?

    Suggestion submitted to QP. RSP23412 https://quality.embarcadero.com/browse/RSP-23412
  3. Stefan Glienke

    Include unused class and its RTTI in the executable

    I don't see the Delphi compiler performing any control flow analysis and eliminate code in any possible future. C++ might do that though (see https://stackoverflow.com/questions/6664471/observable-behaviour-and-compiler-freedom-to-eliminate-transform-pieces-c-co) However I requested adding a way to specifically force linking of types into the binary some while ago - see https://quality.embarcadero.com/browse/RSP-18389
  4. Cristian Peța

    Single Instance of Dephi IDE?

    After I run for the first time an app I often use I pin it to the taskbar (Windows 10) and then I click only on this icon. Left click will open it, if it's closed, and switch to if it's open. Middle click will open every time a new instance.
  5. David Heffernan

    Maintaining For loop(s)

    The fundamental problem sounds like you have duplication of code. Attack that and the problem you describe simply disappears.
×