Jump to content

FredS

Members
  • Content Count

    418
  • Joined

  • Last visited

  • Days Won

    4

Everything posted by FredS

  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..
  16. FredS

    Delphi 12.1 is available

    Used the ISO but aren't they supposed to be the same now..
  17. FredS

    New quality portal for bugs is open

    Nice to have the Request button explained but there isn't anything there..
  18. FredS

    Delphi 12.1 is available

    Same, sure someone has reported that bug how do I watch it?
  19. FredS

    Delphi 12.1 is available

    Sending Reports to a black box.. sounds productive..
  20. FredS

    Delphi 12: internal errors

    Can you open an RSP on that 😂
  21. You can execute this statement after connecting to a v4 or v5 db: 'set bind of TIME ZONE to LEGACY'
  22. Yeah, was wondering about that. As stated back in January it should be up in a week, especially after 'months of planning'..
  23. FredS

    David Hoyle's 3rd Party IDE Help in Delphi 12?

    I always use RegEdit, check out: HKEY_CURRENT_USER\SOFTWARE\Embarcadero\BDS\23.0\Experts
  24. Updating did not install KB5028166 on that one today..
  25. Dunno, its a reasonably new install, only a handful of hotfixes installed.. will try my old noisy 'puter next 🙂
×