Jump to content
alogrep

Is possible to examine the library-> search path when IDE not start?

Recommended Posts

Hi. Where is the tools->library->search path  stored? Is it possible to examine it outside the IDE (mine does not start)?

Share this post


Link to post
Guest

all platforms store it here on Registry:

Quote

User setup - when IDE run first-time it create this keys

Computer\HKEY_CURRENT_USER\SOFTWARE\Embarcadero

     ....\BDS\20.0\Library   <--- Search Path for each platform and more

All developer config and components install is in here!

 

Quote

Installer setup - when o RAD Studio is installed the default values is stored here

Computer\HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\Embarcadero

    ....\BDS\20.0\Library

 

 

hug

Edited by Guest

Share this post


Link to post

Thanks. But registry (windows 7) does not have the "library" entry. In any case I want to  examin the FILE where the library information si stored. The file, not the registry. If at least someone knows the file name, i can look for it. 

Share this post


Link to post
6 hours ago, alogrep said:

In any case I want to  examin the FILE where the library information si stored. The file, not the registry.

Why do you think this information is stored in two different places? 

  • Like 2

Share this post


Link to post
Guest
  • First, HE does not say what your IDE is!
    • let's exercise a moment of scrying and enter the questioner's mind, vascularize his neurons and, if possible, through his eyes, visualize his computer screen, if connected, and check which IDE he is using right now ... hummmmmmmmm  :classic_ohmy: :classic_blink:  :classic_unsure: :classic_angry: :classic_cheerleader:
  • Second, HE said that RAD/Delphi/Whaever... dont store its key on Registry
  • then, before anyother to say...
    • Delphi was BORLAND , just change EMBARCADERO por BORLAND !
      • HKCU \ Software \ Borland \ Delphi (ou BDS) \ <versão>

 

BETTER ADVICE: uninstall it abd re-install your IDE!

 

 

Edited by Guest

Share this post


Link to post
Guest

Conclusion: RE-INSTALL IT for solve and avoid any other problem!

 

image.thumb.png.892cddf0c12d4a8800ae030d8bdaa520.png

Edited by Guest

Share this post


Link to post

You have to start the IDE at least once to get the entries for HKCU. Otherwise you have to look into HKLM.

Share this post


Link to post
Guest

Correct @Uwe Raabe  :classic_cool:

 

in case, he already did it

15 hours ago, alogrep said:

Is it possible to examine it outside the IDE (mine does not start)?

Edited by Guest

Share this post


Link to post
16 hours ago, alogrep said:

Hi. Where is the tools->library->search path  stored? Is it possible to examine it outside the IDE (mine does not start)?

What use is knowing that if your IDE won't start? Isn't the IDE not starting something of a bigger problem? 

Share this post


Link to post
Guest
18 minutes ago, David Heffernan said:

What use is knowing that if your IDE won't start? Isn't the IDE not starting something of a bigger problem? 

16 hours ago, alogrep said:

Hi. Where is the tools->library->search path  stored? Is it possible to examine it outside the IDE (mine does not start)?

To be in ignorance would be worse!
Better to talk to the shadow than to lose your speech's property!

Edited by Guest

Share this post


Link to post
C:\Program Files (x86)\Embarcadero\Studio\20.0\bin

what error(s) does clicking on bds.exe show in above directory.   I put a bds.exe on win 7  and its error message  "xxx.bpl missing...Try reinstalling the program"

 

Walk up the error messages displayed fixing the errors or simply reinstall. 

Share this post


Link to post

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×