Many thanks, Eric.
David
what exactly you need to know for D2007. I have a Pro version for which
I'll have access to tonight. A list of things to check would be nice.
regards
Yannis.
--
"Mr. Wagner has beautiful moments but bad quarters of an hour."
- Gioacchino Rossini (1792-1868)
The registry keys for library Search & Browsing path, along with the
RootDir, I assumed they were under HKCU\Software\Borland\BDS\5.0 in
RootDir
Library\Search Path
Library\Browsing Path
as they were in similarly named locations for previous versions, but I'm
not sure they are still there in D2007 :)
Eric
> > what exactly you need to know for D2007. I have a Pro version for which
> > I'll have access to tonight. A list of things to check would be nice.
>
> The registry keys for library Search & Browsing path, along with the RootDir,
> I assumed they were under HKCU\Software\Borland\BDS\5.0 in
>
a mini export from my registry
[HKEY_CURRENT_USER\Software\Borland\BDS\5.0\Library]
"Browsing Path"="$(BDS)\\SOURCE\\WIN32\\VCL..........."
"Debug DCU Path"="$(BDS)\\lib\\Debug........."
"Package DCP Output"="$(BDSCOMMONDIR)\\Dcp"
"Package DPL Output"="$(BDSCOMMONDIR)\\Bpl"
"Package Search Path"="$(BDSCOMMONDIR)\\Bpl"
"Search Path"="$(BDS)\\lib;$(BDSUSERDIR)\\Imports;..........."
"Namespace Search Path"=""
As you can see your assumptions were correct.
I'll be glad to help you more if I can.
regards
Yannis.
--