Jump to content

Leaderboard


Popular Content

Showing content with the highest reputation on 02/12/24 in all areas

  1. Hi Ian, May I respectfully suggest that posts with titles such as "Is it just me?" and "-ummmm what" don't help other users of this forum when they may be searching for solutions to the same or similar problems to your posts. Surely the title is intended to be a brief summary of what the post is about. You may get someone reading it who knows the answer if you choose your title correctly.
  2. I have opened a ticket on Indy's GitHub repo and will work on a fix: #523: EConvertError in TIdX509.notBefore and TIdX509.notAfter properties for 4-digit years UPDATE: I have now checked in a fix. Let me know if it works.
  3. Lajos Juhász

    TForm Destroys are not called when target is macOS ARM 64-bit

    1.) Log into https://quality.embarcadero.com/ 2.) Enter RSP-26436 into search (you can find it at the upper right corner of the page) and you cannot copy paste it from the text above as it contains unicode characters. https://quality.embarcadero.com/browse/RSP-26436
  4. https://quality.embarcadero.com/browse/RSP-26436 When I already have a RSP open, I just overwrite the number at the end of the URL.
  5. You beat me to it, Roger! I agree. @Ian Branch Please make topic titles reasonably descriptive of the contents F.x. Is it just me?? -> D12 Formatting issues Ummmm. What!! -> D12 Form event disappared!
  6. And even if there was, critical sections are not named kernel objects, so they can't interfere with each other.
  7. Project Options -> Delphi Compiler -> Hints and Warnings -> Output warnings -> "Duplicate constructor/destructor with identical parameters will be inacessible from C++" -> False did the trick. (Note the typo in the IDE)
  8. stijnsanders

    Delphi AES encryption/decryption

    If you're interested in another alternative, I've started from the root document to make a pure-Delphi version under a permissive license: https://github.com/stijnsanders/tools/blob/master/crypto/aes.pas I also did HMAC and PKDF2 here
×