Jump to content

FredS

Members
  • Content Count

    418
  • Joined

  • Last visited

  • Days Won

    4

FredS last won the day on February 13 2022

FredS had the most liked content!

Community Reputation

138 Excellent

Technical Information

  • Delphi-Version
    Delphi 10.1 Berlin

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

  1. FredS

    Code signing in a remotely working team?

    This dates back a while, pretty sure some cross certificate (driver signing) issuer supplied this as part of an example on how to sign.a driver. I only recall because I had to remove it when we stopped cross signing everything.
  2. FredS

    Code signing in a remotely working team?

    /ph - Page hash enforcement verifies the signature on each page of the executable file as it loads into memory, this attaches the cross chain certificates
  3. FredS

    Delphi 12.2 Patch 1

    The installer overwrites the Environmental Path because it wants to dump everything into the OS Path with each install. Or at least that is the only thing I had to change fix for the last three updates.
  4. FredS

    Simulate blocking mode to send Email

    And WaitForMultipleObjectsEx allows you to add alertable flags to handle Paint message or all depending on requirement.
  5. Which what I ended up doing in a base form. Still that single bit boolean is a quick fix if needed.
  6. A boolean value turned out to be better because at times there are things that should be run OnShow v. OnFirstShow..
  7. Well the documentation language is always MAY 'Recreate the Window', so your mileage may vary. Think some API like SetWindowPos and MoveWindow have that, I know I ran into it while switching desktops via API.. Simpler just to add a FirstShown Property.
  8. Changing OS Text size was one I remember.
  9. I believe OnShow is also fired when a form is recreated, skin change is one of those, but the OS can trigger it as well.
  10. You can make a hash of the IP and include that in the payload of the IcmpSendEcho2 call. Then compare those with the return payload and if they match you are done. Else store that info in an array or pass it to a callback to check in another/main thread.
  11. FredS

    Delphi 12.1 is available

    Wasn't another point to finally merge those internal and external issues.. now all external ones have become internal..
  12. FredS

    Delphi 12.1 is available

    Sounds like better to me..
  13. FredS

    New quality portal for bugs is open

    I'm certain the original blog post told us that months of planning went into this..
  14. FredS

    Delphi 12.1 is available

    Was just going to look at that.. one 'good' thing EMBT has taught me is to generate a snapshot before attempting any installation.. DId a registry compare and it wiped out the path and the Win64 Library Path..
  15. FredS

    Delphi 12.1 is available

    Thought the point was for it to be better than the last system..
×