Jump to content

Lars Fosdal

Administrators
  • Content Count

    3416
  • Joined

  • Last visited

  • Days Won

    113

Everything posted by Lars Fosdal

  1. If that is the case, I would suggest that we remove the reference to it, @Edwin Yip
  2. Lars Fosdal

    COM: OleCheck() in polling

    I checked our sources. We normally never use CoInitializeEx, explicitly, just CoInitialize, but I guess that depends on the requirements of the OLE control.
  3. I am struggling with the comments in the source code 😄
  4. Lars Fosdal

    a pair of MM test

    Seriously...
  5. Lars Fosdal

    COM: OleCheck() in polling

    CoInit/CoUnInit should run only once per thread.
  6. I'd consider running an old Windows in Hyper-V to host the Delphi 7.
  7. Lars Fosdal

    Salesforce Integration

    The API looks like standard REST and JSON format. https://developer.salesforce.com/docs/atlas.en-us.226.0.api_rest.meta/api_rest/intro_what_is_rest_api.htm Should be doable with Delphi. There also is a SOAP API, it seems.
  8. Lars Fosdal

    where can I get general git process questions answered?

    GitHub and GitLab has forums, but I don't know of any "independent" git forums, as most people probably use one of the forementioned git services.
  9. Lars Fosdal

    looking for UI design ideas for tracking a process

    If I take the liberty of making some assumptions about these states Normal States Prepared On-boarded In Progress Completed Wait states On hold / problem / issue Waiting for more info Pending signoff I could consider the following grid view, with Id identifying f.x. an order of some sort. If you select a line and/or hover over a cell - you could have the details in a panel or popup. The "perfect" day would be all green and no icons. Edit: I clearly didn't read all of the initial post before starting my design - but well - the signoff stages could be more signoff cells.
  10. Lars Fosdal

    looking for UI design ideas for tracking a process

    Unless you are some sort of color blind? I also use color, but where there is a critical significance that requires attention, I usually add an icon or symbol in addition.
  11. Lars Fosdal

    Securing your data over time

    That can happen with any service you subscribe to. I'd pick two large ones that have operations internationally. DropBox, Google Drive, Microsoft OneDrive, Apple iCloud, Amazon, Oracle to mention the obvious ones. Box, IDrive and SugarSync as runners up. Norwegian alternative: https://www.jottacloud.com/en/ - which has some of the best integration solutions that I've seen, and it operates under Norwegian law, which has stringent privacy rules. Don't trust any of these to not look at your data? Encrypt the shit out of it. Just don't place your bet on SD cards that unavoidably will go dead.
  12. Lars Fosdal

    Securing your data over time

    Spotted this So even that bank box will be a no go soon. We are inevitably headed for online storage.
  13. It seems it still was a manual process to create manifests for D7: https://readmydamnblog.com/2010/02/12/creating-a-delphi-7-application-that-triggers-uac/ I have no idea if D7 itself had a manifest.
  14. Windows 7 was released in 2009, and Delphi 7 was released in 2007. I guess it was not Windows 7 ready/aware.
  15. Lars Fosdal

    Moving Projects Folder

    Moved the storage media discussion to
  16. Did it also attempt to take some liberties with regards to HKLM?
  17. It's been a long time, but IIRC it was some config files.
  18. Lars Fosdal

    Securing your data over time

    SD cards are expected to keep data for about five years before they start deteriorating. They actually lose charge over time. http://www.datarecoveryspecialists.co.uk/blog/what-is-the-life-expectancy-of-an-sd-card Even CDs and DVDs may deteriorate within two to five years unless stored in a dark, dry, cool place. Blu-ray disks are supposed to be more robust. It is not hard to find reliable online storage. The real question is what value you put on your data, and if you are willing to invest that value.
  19. If you have admin rights, you can exclude paths from the RTVP. There also is https://support.microsoft.com/en-us/help/15078/windows-10-make-older-apps-or-programs-compatible
  20. I love this tool! There is not a thing you can't automate with it.
  21. Lars Fosdal

    Securing your data over time

    I love SSDs and I have not had one fail yet over the last six years. HDDs, on the other hand, has failed me numerous times. As for backups - Online, multiple services = redundancy.
  22. Lars Fosdal

    a pair of MM test

    A man in a hurry is always late.
  23. Ternary is the correct term for computer language operators with three parameters. https://en.m.wikipedia.org/wiki/Ternary_operation
  24. Lars Fosdal

    Get started writing Linux apps

    I wrote a small cookbook on getting Ubuntu up and running and setting up Rio and Sydney for compiling Linux applications.
×