Jump to content

Lars Fosdal

Administrators
  • Content Count

    3565
  • Joined

  • Last visited

  • Days Won

    120

Everything posted by Lars Fosdal

  1. Lars Fosdal

    New Delphi features in Delphi 13

    I spent nearly a decade undoing my built-in left-pinky-shift uppercase reserved word habit, imbued during the pre-syntax-coloring years đŸ¤£ However, I won't give up my if/then/else formatting, and I haven't found a formatter able to replicate it. So, I guess I don't miss that formatter.
  2. Lars Fosdal

    RAD Studio 13 is available

    If you are have a current subscription license, you can now download RAD Studio 13 from MyEmbarcadero. https://my.embarcadero.com/#downloadsPage You can also see What's New on the doc wiki: https://docwiki.embarcadero.com/RADStudio/Florence/en/What's_New
  3. It is only fair to have a poll on the topic, since AI is the new hotness. Besides, we aim to stay on the good side of @Javier TarĂ­đŸ˜‰ The poll will run for a month, and votes are anonymous - so noone will be outed.
  4. Lars Fosdal

    New Delphi features in Delphi 13

    I thought everyone had dropped Kaspersky by now.
  5. Lars Fosdal

    New Delphi features in Delphi 13

    What you really need, really depends on each person. You obviously can't satisfy everone every time.
  6. Lars Fosdal

    New Delphi features in Delphi 13

    Let me moderate myself - I would have loved WebStencils 5-10-15 years ago, but now I work for a company that do advanced scalable web development, using the industry standards - which is not RADServer or WebStencils. WebStencils could be nice if you need a web UI for a Windows Service or similar, though.
  7. Lars Fosdal

    New Delphi features in Delphi 13

    I like the WebStencils, but I have no use for it...
  8. Lars Fosdal

    New Delphi features in Delphi 13

    The C++ guys are prolly excited. I like the new operators, the new generic constraints, PushOpt/PopOpt, NameOf, Basic version support in GetIt. There is a LOT of RTL stuff as well - but that is defintively YMMV. I still wish they would have added a generic constraint for enumerated types to enable the use of Include/Exclude/In etc.
  9. Lars Fosdal

    New Delphi features in Delphi 13

    Some useful stuff, but YMMV. https://docwiki.embarcadero.com/RADStudio/Florence/en/What's_New
  10. Lars Fosdal

    Should we create forum(s) for AI?

    It is and was set on 11:59 PM, i.e. 23:59.
  11. Lars Fosdal

    Should we create forum(s) for AI?

    Changed it to 10/10/2025 - in case there is a date format mixup somewhere.
  12. Lars Fosdal

    Should we create forum(s) for AI?

    That is odd, because it is configured to end at
  13. Lars Fosdal

    Should we create forum(s) for AI?

    Same for me. The Unread content stream is where I enter the forums.
  14. Lars Fosdal

    suggestion for 2 new su forum: AI usage and AI coding

    That has been suggested further up in this thread.
  15. Lars Fosdal

    Should we create forum(s) for AI?

    Comments are welcome as well!
  16. Lars Fosdal

    suggestion for 2 new su forum: AI usage and AI coding

    It is only fair to let the community have their say:
  17. Lars Fosdal

    Error while loading Delphi IDE

    IMO, that error doesn't describe a missing zlib.dll - but that the zlib.dll is missing the function "inflateValidate". Is your version current?
  18. Lars Fosdal

    rease ... at ReturnAddress

  19. Lars Fosdal

    "Pass" parameters to Delphi compiler, from code

    @david berneda You could have your "PASS defines" in "dcc_define" in Enviroment variables, but those are global and not per project, AFAIK. It would have been nice to be able to set those per project. dcc_define = Eurekalog;FOO;someotherdefine and use ifdef blocks in each unit for that which cannot be set in an .inc file.
  20. Lars Fosdal

    suggestion for 2 new su forum: AI usage and AI coding

    "Using IA coding agents for Delphi development"? - General could be an alternative to off-topic. I've used Gemini and CoPilot for programming in PowerShell and Delphi in VS Code, with mixed results. Great for analysis and improvement, not so good for developing new code.
  21. Lars Fosdal

    suggestion for 2 new su forum: AI usage and AI coding

    Integration with an AI: Delphi IDE and API or Third Party Wrestling with AI generated code: Which ever topic that the generated code is relevant to How to formulate AI prompts: Off-topic
  22. Lars Fosdal

    New YAML Parser Library - VSoft.YAML

    Very nice. Now we just need an OpenAPI 3.0 to Delphi REST code implementation đŸ™‚
  23. Lars Fosdal

    Need help investigating an app crash

    As mentioned by @Vincent Parrett - Proper stack traces with EurekaLog, MadExcept or similar, are invaluable in such cases. The cost of buying one of these tools is quickly dwarfed by the cost of the time spent on researching issues without proper insights from said tools.
Ă—