Jump to content

FredS

Members
  • Content Count

    408
  • Joined

  • Last visited

  • Days Won

    4

Posts posted by FredS


  1. 2 hours ago, Uwe Raabe said:

    where a Ctrl-Click needs seconds to minutes to return

    Right, so a real project does that because it was put together RAD style where code reuse is king.

    Wasn't the motto on the Delphi 2 box/sleeve: Encapsulate and Reuse..

     

    Reminds me of my favorite solutions:

    • Reinstall Windows
    • Recreate the dproj file
    • Recreate the Whole Project
    • Rewrite using loose coupling so CodeInsight even comes up
    • ErrorInsight, 'Don't use that'..
    • Reinstall the IDE

    How come Andy could fix a good chunk of that without source and for free with IDE Fix Pack?

     

    • Like 2

  2. 1 hour ago, David Schwartz said:

    All of these files are free

    Right, so the easiest thing for me was to find their Github sources and use those instead of GetIt will do the same because time is money.

    But you can't do that for CodeSite and that didn't show up in Rio GetIt at all yesterday..

     


  3. On 11/5/2018 at 9:15 AM, dummzeuch said:

    Have you tried to declare the function inline ?

     

    I just tried that and it failed in a complex unit. When I move that out into a simple demo it works with INLINE but otherwise fails.

     

    So now I have a MAP file showing me that all these methods are in the EXE even though they have been turned INLINE, while the simplistic demo works.

     

    I have used the INC file which is used in the complex unit in the simple one and still all works.

    So at best we can say this works only sometimes.. surely a reason for bloated EXEs..

     

×