Re: BORDBK70.DLL is missing or not registered

[ Related Articles and Replies ] [ DelphiLand Discussion Forum ]

Posted by webmaster Guido on February 27, 2003

In Reply to: BORDBK70.DLL is missing or not registered posted by p12297 on February 26, 2003

: I cannot remove Delphi 7 from my computer, neither does it get repaired. whenever I try to repair, it gives no message but when i compile the programme it shows the error 'Debugger kernel BORDBK70.DLL is missing or not registered'.
: I reinstalled windows 2000 to check if its problem of it, but still cant solve my problem.

----------------------------------------

I found the info below about the "BORDBKxx.DLL is missing or not registered" problem (BORDBK70.DLL for Delphi 7, BORDBK60.DLL for Delphi 6, and so on) :

The Borland Debugger Kernel is automatically registered by the installer. If, however, you receive "BORDBKxx not registered" errors when running the program, then you will need to manually register the debugger.

1. Run a Find "Files or Folders" for BORDBK70.DLL. You'll probably find it in folder "C:\Program Files\Common Files\Borland Shared\Debugger (this may vary according to your setup).

2. Run a Find "Files or Folders" for REGSVR32.EXE. That location depends from your operating system (for Windows 98 this is C:\WINDOWS\SYSTEM and for Windows NT this is C:\WINNT\SYSTEM32 but I don't know exactly what it is for Windows 2000)

3. Using a COMMAND PROMPT, navigate to the folder that contains BORDBK70.DLL

4. At the COMMAND PROMPT, give the following command:
path=%path%;XXX
where XXX is the folder the folder that contains REGSVR32.EXE
for Windows 98:
path=%path%;C:\WINDOWS\SYSTEM
for Windows NT:
path=%path%;C:\WINNT\SYSTEM32
for Windows 2000:
... (what you found in step 2)

5. At the COMMAND PROMPT, give the following command:
regsvr32 bordbk70.dll

6. Reboot the system.


 

Related Articles and Replies:


[ DelphiLand Discussion Forum ]