Jump to content

FredS

Members
  • Content Count

    408
  • Joined

  • Last visited

  • Days Won

    4

Posts posted by FredS


  1. 8 minutes ago, WillH said:

    registration procedure that is excessively restrictive to use

     

    No argument there, but at least you can 'unregister' and move without problems, if you crash you can get it up for a fixed fee.


    Checking this ability in the Delphi License Manager this morning showed the mess that is, plus I didn't see a place where it shows how many activations you have left either which means that the only time you find that out is after digging yourself out of a crash situation.


     


  2. 8 hours ago, dummzeuch said:

    Are you sure about that?

    Yes, one of the first things I did back in XE7.

     

    However

    Writeln(TOSVersion.ToString);

    returns: Windows 10 (Version 10.0, Build 0, 64-bit Edition)

     

    Because in in TOSVersion.Create:

        if not GetNetWkstaMajorMinor(MajorNum, MinorNum) then
          GetProductVersion(kernelbase, MajorNum, MinorNum, BuildNum);

    The call to GetNetWkstaMajorMinor doesn't return a Build, if it failed GetProductVersion would have returned the correct Build.

     


  3. 36 minutes ago, dummzeuch said:

    It's really annoying that it is that complicated

     

    There is a benefit in maintaining your own fork, wish it was simpler to find the most up to date fork though and fork that 🙂

     

    Also generating a branch before a making a pull request isn't a big deal as long as one knows about that..

     

×