How i can disable ECO in delphi .Net?
Asked
Active
Viewed 405 times
1 Answers
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