Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Why my Delphi IDE Expert is not initialized when use the "Known IDE Packages" Key?

Tags:

delphi

I'm installing a BPL (without dll) Delphi Expert using this Windows registry key

HKEY_CURRENT_USER\Software\Embarcadero\BDS\x.0\Known IDE Packages  

As suggest the answer to this question, but the expert is not initializated by the delphi IDE. The expert only works when I use this key

HKEY_CURRENT_USER\Software\Embarcadero\BDS\x.0\Known Packages   

What i'm missing? I need register the BPL (Package) in another place (Windows registry key) too ? I read the Erik’s Open Tools API FAQ but I can't found any resource or tip about the installation of a Delphi IDE Expert.

like image 872
Salvador Avatar asked Jan 18 '26 09:01

Salvador


2 Answers

First of all, you should not be using that key... Even if you did succeed in using that key, the expert services aren't initialized and available at that point. What is wrong with using the normal Known Packages key?

like image 107
Allen Bauer Avatar answered Jan 21 '26 02:01

Allen Bauer


If it is an IDE expert, why not use the

HKEY_CURRENT_USER\Software\Embarcadero\BDS\x.0\Experts

key directly?

like image 28
Uwe Raabe Avatar answered Jan 21 '26 01:01

Uwe Raabe



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!