FredS
Members-
Content Count
418 -
Joined
-
Last visited
-
Days Won
4
Everything posted by FredS
-
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.
-
/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
-
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.
-
And WaitForMultipleObjectsEx allows you to add alertable flags to handle Paint message or all depending on requirement.
-
Does the main form's OnShow event only ever fire once?
FredS replied to Gord P's topic in General Help
Which what I ended up doing in a base form. Still that single bit boolean is a quick fix if needed. -
Does the main form's OnShow event only ever fire once?
FredS replied to Gord P's topic in General Help
A boolean value turned out to be better because at times there are things that should be run OnShow v. OnFirstShow.. -
Does the main form's OnShow event only ever fire once?
FredS replied to Gord P's topic in General Help
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. -
Does the main form's OnShow event only ever fire once?
FredS replied to Gord P's topic in General Help
Changing OS Text size was one I remember. -
Does the main form's OnShow event only ever fire once?
FredS replied to Gord P's topic in General Help
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. -
Parallel processing in delphi: handling ping results from multiple threads
FredS replied to Shrinavat's topic in General Help
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. -
Wasn't another point to finally merge those internal and external issues.. now all external ones have become internal..
-
Sounds like better to me..
-
I'm certain the original blog post told us that months of planning went into this..
-
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..
-
Thought the point was for it to be better than the last system..
-
Used the ISO but aren't they supposed to be the same now..
-
Nice to have the Request button explained but there isn't anything there..
-
Same, sure someone has reported that bug how do I watch it?
-
Sending Reports to a black box.. sounds productive..
-
Can you open an RSP on that 😂
-
Firebird 5.0 with dbExpress (Delphi 12): unknown ISC error 0
FredS replied to Achim Kalwa's topic in Databases
You can execute this statement after connecting to a v4 or v5 db: 'set bind of TIME ZONE to LEGACY' -
What new features would you like to see in Delphi 13?
FredS replied to PeterPanettone's topic in Delphi IDE and APIs
Yeah, was wondering about that. As stated back in January it should be up in a week, especially after 'months of planning'.. -
David Hoyle's 3rd Party IDE Help in Delphi 12?
FredS replied to PeterPanettone's topic in Delphi IDE and APIs
I always use RegEdit, check out: HKEY_CURRENT_USER\SOFTWARE\Embarcadero\BDS\23.0\Experts -
Warning: Windows Update KB5028166 breaks NT Domains
FredS replied to dummzeuch's topic in Tips / Blogs / Tutorials / Videos
Updating did not install KB5028166 on that one today.. -
Warning: Windows Update KB5028166 breaks NT Domains
FredS replied to dummzeuch's topic in Tips / Blogs / Tutorials / Videos
Dunno, its a reasonably new install, only a handful of hotfixes installed.. will try my old noisy 'puter next 🙂