Jump to content

mvanrijnen

Members
  • Content Count

    472
  • Joined

  • Last visited

  • Days Won

    1

mvanrijnen last won the day on October 26 2023

mvanrijnen had the most liked content!

Community Reputation

123 Excellent

1 Follower

Recent Profile Visitors

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

  1. mvanrijnen

    My app dies in Server 2019

    A specific version?
  2. mvanrijnen

    Signotaur Code Signing Server - Looking for beta testers

    Yes. my question was more, (a discussion i had on this forum a few years ago also), do we benefit for preventing false positives using signing (makes it easier turning the mgmt in positive direction, so they don't only see it as a cost) ? (we are going to implement signing anyway).
  3. mvanrijnen

    Signotaur Code Signing Server - Looking for beta testers

    So we create only software for internal use, using (at the moment) , do we benefit from code signing ?
  4. mvanrijnen

    Delphi 12.2 Patch 1

    this is not sustainable as a process to get updates to the end users. I just spent 2 days of work updating our buildmachine from11.x to 12.2. Can start over now?
  5. mvanrijnen

    creating a frame at runtime

    In that case, the text is not static 😉
  6. mvanrijnen

    Simulate blocking mode to send Email

    Not a direct answer, but we (in our custom ERP solution), put the emails in a table (kind of a mailqueue) , and another process (service) polls and/or gets signaled when to scan the table for messages to send. With this we have better control, and are sure that the email is send in the background. We also can control a minimum, maximum datetime to send the message etc etc. (sometimes an email message is irrelevant if it didn't get send after a specific date) So not high prio mails are send like every 5 minutes, high prio directly. Only problem is that interactive emails (send with a client like outlook) are not under the same control. The service itself is highly configurable, with different outgoing servers, accounts etc etc.,
  7. yes, so called "CONSTANT VARIABLES" 😉
  8. mvanrijnen

    Delphi roadmap 2024

    hope we get build in Nullable types soon.
  9. mvanrijnen

    Watch me coding in Delphi on YouTube

    i really do no understand why you publish this on youtube, why not a normal website where people can read this stuff ? Stuff like this is much better taken into the brain while reading instead of watching a video. Is it because you want to generate income from YT with it ?
  10. mvanrijnen

    DelphiLSP.Exe version 11.1 vs 12.2

    LSP in 12.x (when it works) gives also wrong method/prop/var names sometimes, such as in the same unit strict private fields from other object
  11. thats not good, having a problem with a RAD server package, which i would like to debug, gonna be a problem this week. Maybe the right time to say goodbye to RADserver and transfer the code to MARS (the Rest Server, not the planet) @Marco CantuWhats the status of this problem?
  12. Is this fixed in D12.2 ? Would nice to know before i spent 2 days updating the dev environment .
  13. So unusable 🙂 Thats the EMB way, big mouth, big blogs, moving fancy blog posts, but not complete components or working IDE (i also hacked a few of the Rest.BackEnd.* units because they do not complete support all properties of the TRestRequest etc)
  14. mvanrijnen

    What happened to OmniThreadLibrary.com

    Omnithreadlibrary.com down? Check here and read user reports (downforeveryoneorjustme.com)
  15. Which service are you trying to reach? Cause (long time ago for me) i think that it depends on the server settings if a ClientCert is needed. See for examplle "IdServerIOHandlerSSLOpenSSL1.SSLOptions.Mode :" property. Could be that this also has to be set in the client
×