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/
http://andy.jgknet.de/blog/2017/09/ide-fix-pack-6-0-released-dcc64-and-10-2-update-1-support/
Ronald Klitsche Does it help if you disable the "Compiler64.X86" patch? (That's 44 function patches)
ReplyDeleteSET 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.
Andreas Hausladen IDEFixPack.DisabledPatches=Compiler64.X86 solved a F2084 Internal Error: IRBB312 with Berlin and v6 for me.
ReplyDeleteI would like to add that your work is greatly appreciated.
thanks
Andreas Hausladen Yes.
ReplyDeleteSET IDEFixPack.DisabledPatches=Compiler64.X86 fix it.
Thank you Andreas.