Jump to content

Lars Fosdal

Administrators
  • Content Count

    3504
  • Joined

  • Last visited

  • Days Won

    115

Everything posted by Lars Fosdal

  1. Lars Fosdal

    You Tube Video Channel????

    "the entries" could use a litte more context - are you thinking of content on the "Welcomepage"? For me, clicking on a video link in that window, pops up a new separate instance of my default web browser (Chrome), closes it again and then opens an Edge window to play it. Very strange, and somewhat annoying.
  2. Lars Fosdal

    Hex2Binary

    I certainly would not mind a Delphi for .NET - but it would need to plug into the rest of the .NET world, and not try to take it on alone. The last time they tried, MS did not play nice, and the other company that did an Object Pascal for .NET - well, they sort of went rogue. There is a lot of Azure and .NET in my future, and I believe that I will have to leave Delphi behind for C#. But - perhaps is Delphi better off as a compiler for native code on x86/x64/ARM64 on various platforms.
  3. Lars Fosdal

    Hex2Binary

    I agree! There are many awesome tweaking tips in this post! I really love @Stefan Glienke's approach that strips down the pure Pascal to a minimalistic set of operations.
  4. Lars Fosdal

    Hex2Binary

    Well, corner cases apart - it seems that it did?
  5. Lars Fosdal

    Hex2Binary

    I don't know, David, which is why I ask.
  6. Lars Fosdal

    Hex2Binary

    Nice! My ASM knowledge predates MMX, so this was a learning experience 🙂 How does it measure up speedwise to the others?
  7. Lars Fosdal

    Hex2Binary

    I wonder how it would look in assembly if you filled the out buffer with zeros, then swapped out the 1's by going shr/shl on a 64bit register. I guess the potential gain would be eaten by the time required for stuffing the hex data into the register.
  8. Lars Fosdal

    Delphi and the new Apple M1 CPU

    I thought the Mac Mini price stayed the same? (Price in NOK)
  9. Lars Fosdal

    Delphi and the new Apple M1 CPU

    Windows VMs on the M1 ARM seems to a no-go - but that is no surprise. But - it is a very impressive CPU - Twice the power, and twice the battery time.
  10. Lars Fosdal

    Welcome, users of C++Builder

    @Der schöne Günther I moved the first and the last, but the middle one appears to be GExperts specific.
  11. [dcc32 Fatal Error] One.OfMyUnits.pas(1686): E2158 System unit out of date or corrupted: missing '@Clr' Clean / Build does not fix it. And - it happens on our build server too! Have any of you seen this one before?
  12. Lars Fosdal

    LibPhonenumber Delphi-wrapper

    Using a DLL off github without source code? Unthinkable.
  13. Lars Fosdal

    do any git tools work like this?

    Is people happy with the situation? If not - refactor. Make it right. If people don't want to, they lose the right to complain.
  14. Lars Fosdal

    My Rx10.4.1 Compiler and LSP Patches diary

    The "hidden window" is the UAC asking for confirmation. Since Windows 10, it is a FERKING ANNOYING THING! It was easier to notice when it always popped up full screen immediately, but they made it like this to avoid people pressing enter for an OK or Cancel.by accident. IMO, MS should change it to a dialog where you must enter something by clicking multiple buttons in a specific order or draw a shape to continue.
  15. Lars Fosdal

    DelphiCon 2020

    https://delphicon.embarcadero.com/ I guess everybody has received the spam informational emails?
  16. Lars Fosdal

    Feature Request for String Paste As

    No worries.
  17. Lars Fosdal

    Feature Request for String Paste As

    I just need better reading comprehension, @Attila Kovacs. My bad.
  18. Lars Fosdal

    Feature Request for String Paste As

    It is pseudocode - the way we'd want it to work - and as I said, there has been QP or QC's created for this before.
  19. Lars Fosdal

    Feature Request for String Paste As

    I totally agree, and it has been suggested for years. No joy so far. Unneeded whitespace and linebreaks should be eliminated. LSQL := "SELECT * FROM myTable WHERE myCol=1 ORDER BY id DESC";
  20. Requeuing Stages is most welcome! We have stages that sometimes fail due to transient external circumstances. Is it possible to "manipulate" an exported file (change strings) and reimport it, or is the file integrity checked somehow?
  21. Cristian was the first to spot the blog article: https://blogs.embarcadero.com/delphi-compiler-and-lsp-patch-for-rad-studio-10-4-1/
  22. Lars Fosdal

    Outdated Delphi Roadmap

    The lack of a progress indicator in the GetItCmd process is annoying.
  23. I have an affection for Shell's sort - but it has a weakness as it does not preserve order for equal rows, which is easily worked around - but then again, it is not recursive and does not degrade on already sorted or partially sorted lists.
  24. Ordered the epub+print version.
  25. Lars Fosdal

    Having fun with Delphi

    That would be poor design of a class lib, IMO. 😞 Unfortunately not a rare thing in newer Delphi releases.
×