views:

179

answers:

2

I have lost most of my Library Path in Delphi XE after upgrading from Delphi 2010,

Now even some simple app will fail to compile :(

Is there any way to recover those lost dirs?

Thanks a lot!

EDIT: I found a surprising solution to this problem, just delete this registry key:

HKEY_CURRENT_USER\Software\Embarcadero\BDS\8.0\Library

and restart Delphi, then the key in the registry will be generated again with the correct default values but you'll lose any third parties there, at least now it's working!

I Hope it's useful for anyone that is having the same problem :)

A: 

I think there's none, if they aren't saved accidentally somewhere on your hard drive. But the safe way is to make a clean reinstall of Delphi, then reinstall all the components.

himself
+1  A: 

Do you still have your Delphi 2010 install around? You could just copy the library path from there.

Mason Wheeler