tags:

views:

464

answers:

2

Using D7. Do you know of a better Library Path Editor than the one included in Delphi 7?

A: 

You could always create your own. You might have some grief if Delphi is open at the time, though.

Library path details are stored in the registry under HKEY_CURRENT_USER\Software. I don't have Delphi 7 handy to track down the specific key, but here's where it is for Delphi 2010:

HKEY_CURRENT_USER\Software\CodeGear\BDS\7.0\Library

Bruce McGee
+4  A: 

If you have access to the Delphi 7 Companion Tools CD, look for "USG Freeware" or download from here: Details here :

Quote:

LibPathEdit70.dll

This is a Delphi 7 IDE addin package that adds enhanced Library path and Project Search path editing capabilities. Once installed it will show up under the "Tools" menu labeled "Library Path Editor". The top Listbox displayed will provide the ability to edit and save the default Library path. The bottom Listbox provides the ability to edit and save the your Project specific Search and Debug paths.

Also try:

Library Path Editor

Enhanced Library Path Editor IDE addin expert (CDN Login Required to Download)

"Library Search Path Editor"

or

"AMNSoft Library Expert"

Adrian
Can you download this? I wasn't able to.
Bruce McGee
I updated the links - they should work properly now
Adrian