-2

I upgraded to Windows 10. and when I start Delphi XE8 it shows the following dialog. I suppose it is to do with IDE Fix Pack but not sure how to get rid of it. The compiler still works.

enter image description here

David Heffernan
  • 601,492
  • 42
  • 1,072
  • 1,490
justyy
  • 5,831
  • 4
  • 40
  • 73

1 Answers1

1

The new IDE Fix Pack 5.93 fixes this issue with Windows 10.

Windows 10 uses INT3 instead of NOP to align a function that IDE Fix Pack wants to hook, but IDE Fix Pack expected NOPs.

Andreas Hausladen
  • 8,081
  • 1
  • 41
  • 44