views:

43

answers:

1

After upgrading to Windows 7 all seems to work in my Delphi 2007 version except this one. I know that 2007 is not build for win 7 but I'm not sure that the OS is the reason. My friend is using it without a problem. When I use "Find Local References" all is fine.

Do you know a fix for this? Some dll registration may be?

+1  A: 

I found the solution! When I used Refactor -> Rename menu delphi didn't blew up but kindly show me the error. Unavailable interface call with the name of it. So after short research I've registered 2 tlb files and all is working now.

..CodeGear\RAD Studio\5.0\bin\Borland.Studio.ToolsAPI.tlb

..CodeGear\RAD Studio\5.0\bin\Borland.Studio.Interop.tlb

I used tregrvr for the registration without a problem under my x64 system.

P.S. I still wonder what else is not registered during the installation .. hopefully all is good.

Nik
Now you can accept your own response to this question to close it. :)
jachguate
Yea. I hope this will be helpful to someone else.
Nik