Jump to content

Leaderboard


Popular Content

Showing content with the highest reputation on 03/25/19 in Posts

  1. Stefan Glienke

    How to create a weak array?

    Not natively using [weak] attribute. You can only make a record with a [weak] IFoo field and put that into the array.
  2. Steffen Nyeland

    Siege of Avalon lifted...

    Probably more interesting for the German speaking - since this game still has some active and great following/modding in Germany. (But it seems my DP login only works for the English DP forum) Anyway here a bit about the gitHub fork I did on the original deceased source: http://fixedbycode.blogspot.com/2019/03/siege-of-avalon-lifted.html now working with 10.3.1 😉
  3. PeterBelow

    From TOKYO TO RIO

    No, you are just setting and looking at the wrong search path. You need the one under Delphi compiler, not the one under Resource compiler!
  4. Rudy Velthuis

    Check for override

    That's not dogfooding, that is plain (regression) testing. Yes, they should do that, most definitely, even the examples. Especially for newcomers, non-working examples give a very bad expression.
  5. Remy Lebeau

    What is the fastest way to check if a file exists?

    Why is GetFileAttributes the way old-timers test file existence?
  6. David Hoyle

    Code completion stopped working on my project

    Do you use ant of the new in-line vars / const in your code as this is known to stop the IDE tooling working?
×