2

How i can disable ECO in delphi .Net?

Toby Allen
  • 10,997
  • 11
  • 73
  • 124
RRUZ
  • 134,889
  • 20
  • 356
  • 483

1 Answers1

7

Export these two registry branches to a text file so you can reenable ECO later if required.

HKCU\Software\Borland\BDS\4.0\Known IDE Packages\DelphiDotNet  
HKCU\Software\Borland\BDS\4.0\Known IDE Packages\CSharp

Inside those two branches you'll find keys called

$(BDS)\Bin\Borland.Eco.Delphi.IDE100.bpl  
$(BDS)\Bin\Borland.Eco.CS.IDE100.bpl

Delete those keys from the registry then start Delphi.

Box Box Box Box
  • 5,094
  • 10
  • 49
  • 67
LachlanG
  • 4,047
  • 1
  • 23
  • 35