Jump to content

Steffen Nyeland

Members
  • Content Count

    6
  • Joined

  • Last visited

  • Days Won

    1

Posts posted by Steffen Nyeland


  1. On the Packt free learning offer, whether you can download or only read online. I think that has changed recently, having grabbed my free book almost daily for years.

    So I already owned this one, but most others I have can be downloaded PDF, epub or maybe mobi with code samples. And the ones I actually started reading I ended up buying as dead trees 😊

     

    I would actually think that free learning sells more books, that otherwise would not have been sold. And we have more Delphi book than we have had I years.

     

    You don't get rich by writing a book, that should not be the reason for writing it in the first place anyway. You write because you want/have to.


  2. So did I - until the GOG release of Diablo reminded me, and the graphics are better and the story on par, but I think there was too much story to read, before getting into action. But it apparently sold nicely in Germany, compared to its home in US. Does that mean that people in the US thinks reading is waste of time 😄

     

    I already got positive feedback from people on the German fan/modding forum - and they are keen on getting things done with the code. Meanwhile I continue to remove 10.3.1 compiler warnings, and deleting units.

     

    One fun "feature" in the original code that the Delphi 4 compiler let slip through:

    interface
      function X: integer;
    
    implementation
    
    procedure X;
    begin
      Result := 4;
    end;

    ..if it compiles...

×