Jump to content

David Heffernan

Members
  • Content Count

    3711
  • Joined

  • Last visited

  • Days Won

    185

Posts posted by David Heffernan


  1. On 8/9/2024 at 9:31 AM, Vincent Parrett said:

    I don't see the source to any of the dll's in those repos. I get that you are using those projects to build the dll's, but the fact remains that they are black boxes - I cannot tell exactly what they do, what their provenance is and whether I can trust them. I'm not trying to dismiss your work as invalid, just pointing out that and open source project distributing dll's need to provide a way for them to be built, or they must come from a trusted source (and usually code signed).    

    This point has been raised many times previously fwiw


  2. 45 minutes ago, PeterPanettone said:

    Exactly. This is another reason to show the executable size after success and duration information—both for the debug and release build configurations.

    But it doesn't change from one build to the next. Or is your problem that on Monday you know that the executable is 25mb but come Tuesday you've forgotten. Maybe you should get some post it notes. 

    • Haha 1

  3. 12 hours ago, Der schöne Günther said:

    In cases like this, I really love code editors and environments that can tell me right away to what type something infers by just tapping Ctrl+Alt...

    1983398469_Recording2024-07-11at18_59_26.thumb.gif.f0f3b1187b673d2bc4c416ed59adf94e.gif

     

    Code editors telling you stuff is great but the bigger problem is the missing functionality at the fundamental language level. 

    • Like 1

  4. This has always been possible. On win64 delphi compiler/linker has never respected the pdata exception tables so exceptions in the linked code have unpredictable results, for instance insta process terminate. Not sure if latest delphi fixes that. 

×