alogrep 0 Posted January 16, 2021 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 Posted January 16, 2021 (edited) 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 January 16, 2021 by Guest Share this post Link to post
alogrep 0 Posted January 16, 2021 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
Uwe Raabe 2057 Posted January 16, 2021 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? 2 Share this post Link to post
Guest Posted January 16, 2021 (edited) 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 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 January 16, 2021 by Guest Share this post Link to post
alogrep 0 Posted January 16, 2021 I guess this is the problem then: mising libary entries in my registry. Share this post Link to post
Guest Posted January 16, 2021 (edited) Conclusion: RE-INSTALL IT for solve and avoid any other problem! Edited January 16, 2021 by Guest Share this post Link to post
Uwe Raabe 2057 Posted January 16, 2021 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 Posted January 16, 2021 (edited) Correct @Uwe Raabe 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 January 16, 2021 by Guest Share this post Link to post
David Heffernan 2345 Posted January 16, 2021 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 Posted January 16, 2021 (edited) 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 January 16, 2021 by Guest Share this post Link to post
Pat Foley 51 Posted January 16, 2021 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