Jump to content
Registration disabled at the moment Read more... ×

Leaderboard


Popular Content

Showing content with the highest reputation on 07/25/25 in all areas

  1. Demo source code: https://github.com/Steema/TeeBI/tree/master/demos/delphi/Geographic/USA_Counties Note: This demo needs the "Pro" version of TeeChart.
  2. Brian Evans

    Microsoft Trusted Signing service

    I don't see a certificate with that name here: https://www.microsoft.com/pkiops/docs/repository.htm There is one named microsoft identity verification root certificate authority 2020. Seems a redundant "Enterprise" has been added in some references confusing things. I believe they both refer to the same underlying certificate. The certificate should be automatically installed by Windows if it's connected to the Internet. Ref bottom of: https://support.microsoft.com/en-au/topic/kb5022661-windows-support-for-the-trusted-signing-formerly-azure-code-signing-program-4b505a31-fa1e-4ea6-85dd-6630229e8ef4
  3. I would split it up into multiple parts. Make the code be generated into multiple separate files (you likely can combine them back later if that is important to you). Focus on getting each part correct. separate out the different parts... HTTP server part, request decoding, cache file storage/ range checking, HTTP request. I suspect concurrency is going to be a big issue so tell the AI to make sure it takes that into account.
×