The new IDE Fix Pack 6.0 is released. It finally supports Delphi 10.2 Update 1 and comes with all the Win64 compiler performance optimizations that were in beta over a year.

The new IDE Fix Pack 6.0 is released. It finally supports Delphi 10.2 Update 1 and comes with all the Win64 compiler performance optimizations that were in beta over a year.
http://andy.jgknet.de/blog/2017/09/ide-fix-pack-6-0-released-dcc64-and-10-2-update-1-support/

Comments

  1. Ronald Klitsche Does it help if you disable the "Compiler64.X86" patch? (That's 44 function patches)

    SET IDEFixPack.DisabledPatches=Compiler64.X86

    You could also try to disabled the "Compiler64.SSE" patch (15 function patches) if the first doesn't help. Both patches together are the difference between 5.96 and 6.0.

    ReplyDelete
  2. Andreas Hausladen IDEFixPack.DisabledPatches=Compiler64.X86 solved a F2084 Internal Error: IRBB312 with Berlin and v6 for me.

    I would like to add that your work is greatly appreciated.

    thanks

    ReplyDelete
  3. Andreas Hausladen Yes.

    SET IDEFixPack.DisabledPatches=Compiler64.X86 fix it.

    Thank you Andreas.

    ReplyDelete

Post a Comment