Jump to content

Lars Fosdal

Administrators
  • Content Count

    3052
  • Joined

  • Last visited

  • Days Won

    98

Lars Fosdal last won the day on November 13

Lars Fosdal had the most liked content!

Community Reputation

1562 Excellent

Technical Information

  • Delphi-Version
    Delphi 11 Alexandria

Recent Profile Visitors

4440 profile views
  1. Lars Fosdal

    Win 64 debugger not working

    Known issue: https://quality.embarcadero.com/browse/RSP-15908
  2. Another interesting tool set: https://platform.uno/blog/the-rise-of-c-markup-for-cross-platform-development/
  3. Lars Fosdal

    How to break up an OnPaint event?

    Something that is often overlooked is to limit the redraw frequency. If you redraw the display on every update and there are many updates per second, you may save a lot of time on triggering the invalidate at a capped rate, i.e. not do a full redraw every time, but update once every fixed time interval. Unless you are doing video processing - a redraw at maximum twice per second should be more than sufficient?
  4. Lars Fosdal

    Removing String

    My interpretation: This is (string which need to (remove) -> This is This is (string) which (string) need to (remove) -> This is which need to
  5. Lars Fosdal

    Removing String

  6. According to some googling, there appears to be methods of converting a .cer file to a .pfx file.
  7. Lars Fosdal

    RAD Studio 10.4.2 crashes upon exit

    Staying up-to-date, with the latest stable versions of your libraries, is usually a good idea! If you have proper unit and integration tests, keeping current should be low risk.
  8. Lars Fosdal

    New proyect in Delfos

    @corneliusdavid Perhaps for solo developers, but for a corporate team I would struggle if I was to defend it as a choice.
  9. Lars Fosdal

    New proyect in Delfos

    Who would select to use a closed source backend that doesn't scale, when there are multiple options - of which several have a free tier?
  10. VS Code + C# Dev Kit + .NET MAUI extension for C# Dev Kit is pretty cool. .NET cross platform GUI development on Windows, Mac & Linux. Your Operating System Supported Target DEBUG Platforms Windows Windows, Android macOS Android, iOS, macOS Linux Android You can argue that this is not an editor capability - but well, it is a pretty nifty editor that allows pretty nifty integrations. See also
  11. Lars Fosdal

    Pos, SplitString

    Ok, that is pretty neat!
  12. Lars Fosdal

    Debug output

    Tools | Options | Debugger | Event Log Event Log Options - RAD Studio (embarcadero.com)
  13. Lars Fosdal

    Delphi 12 is available

    It has progressed to the Bronze Age...
  14. Lars Fosdal

    TMS: Component compilation error

    Odd - we also use the TMS VCL UI Pack - but I've never noticed that problem when having two Delphi versions installed in parallel. Perhaps because we don't use runtime packages in our code?
  15. I love BC, but using GitKraken, the built in comparer there is pretty nice as well.
×