Newsgrupos.com  

Retroceder   Newsgrupos.com > Forum > Newsgroup es.comp.lenguajes.* Foro > Newsgroup es.comp.lenguajes.delphi
Registrarse Preguntas Frecuentes Lista de Foreros Calendario Buscar Temas de Hoy Marcar Foros Como Leídos




Respuesta
 
LinkBack Herramientas Desplegado
  #1 (permalink)  
Antiguo 24-12-2007, 17:31:36
juancgonzalezbeltran@gmail.com
 
Mensajes: n/a
Predeterminado delphi 4 y win xp

hola a todos

tengo delphi 4 y win wp como sistema operativo, cuando intento correr
una aplicacion en desde delphi me sale el siguiente mensaje de error.
DEBUGGER KERNEL BORDBK40.DLL IS MISSING OR NOT REGISTERED

alguien podria ayudarme y decirme que esta pasando??'
muchas gracias a quien me pueda ayudar.
Responder Con Cita
Alt Today
Advertising
Google Adsense
 
This advertising will not be shown
in this way to registered members.
Register your free account today
and become a member on
Newsgrupos.com
Standard Sponsored Links

  #2 (permalink)  
Antiguo 25-12-2007, 01:33:28
William Betalleluz
 
Mensajes: n/a
Predeterminado Re: delphi 4 y win xp

I found it in Google, I think is the same for Delphi 4.

Source:

http://www.delphifaq.com/faq/delphi/...ide/f156.shtml

Situation:

When starting a debug session under Delphi 5.0, many people receive the
error message stating "bordbk50.dll not registered". Borland CBuilder 5 has
similar issues with library bordbk51.dll.

What is the problem?

"Bordbk" is the debugger kernel ("BORland DeBug Kernel").
There is a bug in the installation program which fails to register this DLL.
Some people believe that this occurs only on systems where a certain
registry editor command-line tool is not on the search path " this is not
true since I experienced the problem also.
It looks like Borland made a mistake both in their Delphi 5.0 and CBuilder 5
installation scripts.

Solution:

The good news is that there is a simple solution. Check on your hard disk
for the missing file. The default location is

C:\Program Files\Common Files\Borland Shared\Debugger\bordbk50.dll


Then open a DOS shell, go into that directory and type in this command:

Regsvr32 bordbk50.dll

Regsvr32 is the aforementioned command-line editing tool. It will register
the DLL. If regsvr32 is not in your path then you will need to prefix it
with the full path.

Atentamente.
______________________
William R. Betalleluz
Wyoming - United States

wbetalleluzd***jyw256.com

Nuestra Pagina Web:

http://www.jyw256.com

Nuestras Listas:

El Mundo de las Recetas
http://ar.groups.yahoo.com/group/jyw256-recetas/
Compartiendo Música
http://espanol.groups.yahoo.com/group/jyw256-musica/
La Magia de Nuestra Inspiración
http://espanol.groups.yahoo.com/grou...56-miscelanea/
Imágenes y Gráficos
http://ar.groups.yahoo.com/group/jyw256-imagenes/
Fondos y Tags
http://es.groups.yahoo.com/group/jyw256-FondosTags1/
Desarrollo de Paginas Web, Dreamweaver
http://tech.groups.yahoo.com/group/jyw256-dw1









<juancgonzalezbeltran***gmail.com> wrote in message
news:b8ea965c-b7e8-4a99-8cb1-22b0847fa487***e4g2000hsg.googlegroups.com...
> hola a todos
>
> tengo delphi 4 y win wp como sistema operativo, cuando intento correr
> una aplicacion en desde delphi me sale el siguiente mensaje de error.
> DEBUGGER KERNEL BORDBK40.DLL IS MISSING OR NOT REGISTERED
>
> alguien podria ayudarme y decirme que esta pasando??'
> muchas gracias a quien me pueda ayudar.


Responder Con Cita
  #3 (permalink)  
Antiguo 25-12-2007, 01:33:28
William Betalleluz
 
Mensajes: n/a
Predeterminado Re: delphi 4 y win xp

I found it in Google, I think is the same for Delphi 4.

Source:

http://www.delphifaq.com/faq/delphi/...ide/f156.shtml

Situation:

When starting a debug session under Delphi 5.0, many people receive the
error message stating "bordbk50.dll not registered". Borland CBuilder 5 has
similar issues with library bordbk51.dll.

What is the problem?

"Bordbk" is the debugger kernel ("BORland DeBug Kernel").
There is a bug in the installation program which fails to register this DLL.
Some people believe that this occurs only on systems where a certain
registry editor command-line tool is not on the search path " this is not
true since I experienced the problem also.
It looks like Borland made a mistake both in their Delphi 5.0 and CBuilder 5
installation scripts.

Solution:

The good news is that there is a simple solution. Check on your hard disk
for the missing file. The default location is

C:\Program Files\Common Files\Borland Shared\Debugger\bordbk50.dll


Then open a DOS shell, go into that directory and type in this command:

Regsvr32 bordbk50.dll

Regsvr32 is the aforementioned command-line editing tool. It will register
the DLL. If regsvr32 is not in your path then you will need to prefix it
with the full path.

Atentamente.
______________________
William R. Betalleluz
Wyoming - United States

wbetalleluzd***jyw256.com

Nuestra Pagina Web:

http://www.jyw256.com

Nuestras Listas:

El Mundo de las Recetas
http://ar.groups.yahoo.com/group/jyw256-recetas/
Compartiendo Música
http://espanol.groups.yahoo.com/group/jyw256-musica/
La Magia de Nuestra Inspiración
http://espanol.groups.yahoo.com/grou...56-miscelanea/
Imágenes y Gráficos
http://ar.groups.yahoo.com/group/jyw256-imagenes/
Fondos y Tags
http://es.groups.yahoo.com/group/jyw256-FondosTags1/
Desarrollo de Paginas Web, Dreamweaver
http://tech.groups.yahoo.com/group/jyw256-dw1









<juancgonzalezbeltran***gmail.com> wrote in message
news:b8ea965c-b7e8-4a99-8cb1-22b0847fa487***e4g2000hsg.googlegroups.com...
> hola a todos
>
> tengo delphi 4 y win wp como sistema operativo, cuando intento correr
> una aplicacion en desde delphi me sale el siguiente mensaje de error.
> DEBUGGER KERNEL BORDBK40.DLL IS MISSING OR NOT REGISTERED
>
> alguien podria ayudarme y decirme que esta pasando??'
> muchas gracias a quien me pueda ayudar.


Responder Con Cita
  #4 (permalink)  
Antiguo 25-12-2007, 01:33:28
William Betalleluz
 
Mensajes: n/a
Predeterminado Re: delphi 4 y win xp

I found it in Google, I think is the same for Delphi 4.

Source:

http://www.delphifaq.com/faq/delphi/...ide/f156.shtml

Situation:

When starting a debug session under Delphi 5.0, many people receive the
error message stating "bordbk50.dll not registered". Borland CBuilder 5 has
similar issues with library bordbk51.dll.

What is the problem?

"Bordbk" is the debugger kernel ("BORland DeBug Kernel").
There is a bug in the installation program which fails to register this DLL.
Some people believe that this occurs only on systems where a certain
registry editor command-line tool is not on the search path " this is not
true since I experienced the problem also.
It looks like Borland made a mistake both in their Delphi 5.0 and CBuilder 5
installation scripts.

Solution:

The good news is that there is a simple solution. Check on your hard disk
for the missing file. The default location is

C:\Program Files\Common Files\Borland Shared\Debugger\bordbk50.dll


Then open a DOS shell, go into that directory and type in this command:

Regsvr32 bordbk50.dll

Regsvr32 is the aforementioned command-line editing tool. It will register
the DLL. If regsvr32 is not in your path then you will need to prefix it
with the full path.

Atentamente.
______________________
William R. Betalleluz
Wyoming - United States

wbetalleluzd***jyw256.com

Nuestra Pagina Web:

http://www.jyw256.com

Nuestras Listas:

El Mundo de las Recetas
http://ar.groups.yahoo.com/group/jyw256-recetas/
Compartiendo Música
http://espanol.groups.yahoo.com/group/jyw256-musica/
La Magia de Nuestra Inspiración
http://espanol.groups.yahoo.com/grou...56-miscelanea/
Imágenes y Gráficos
http://ar.groups.yahoo.com/group/jyw256-imagenes/
Fondos y Tags
http://es.groups.yahoo.com/group/jyw256-FondosTags1/
Desarrollo de Paginas Web, Dreamweaver
http://tech.groups.yahoo.com/group/jyw256-dw1









<juancgonzalezbeltran***gmail.com> wrote in message
news:b8ea965c-b7e8-4a99-8cb1-22b0847fa487***e4g2000hsg.googlegroups.com...
> hola a todos
>
> tengo delphi 4 y win wp como sistema operativo, cuando intento correr
> una aplicacion en desde delphi me sale el siguiente mensaje de error.
> DEBUGGER KERNEL BORDBK40.DLL IS MISSING OR NOT REGISTERED
>
> alguien podria ayudarme y decirme que esta pasando??'
> muchas gracias a quien me pueda ayudar.


Responder Con Cita
  #5 (permalink)  
Antiguo 25-12-2007, 01:33:28
William Betalleluz
 
Mensajes: n/a
Predeterminado Re: delphi 4 y win xp

I found it in Google, I think is the same for Delphi 4.

Source:

http://www.delphifaq.com/faq/delphi/...ide/f156.shtml

Situation:

When starting a debug session under Delphi 5.0, many people receive the
error message stating "bordbk50.dll not registered". Borland CBuilder 5 has
similar issues with library bordbk51.dll.

What is the problem?

"Bordbk" is the debugger kernel ("BORland DeBug Kernel").
There is a bug in the installation program which fails to register this DLL.
Some people believe that this occurs only on systems where a certain
registry editor command-line tool is not on the search path " this is not
true since I experienced the problem also.
It looks like Borland made a mistake both in their Delphi 5.0 and CBuilder 5
installation scripts.

Solution:

The good news is that there is a simple solution. Check on your hard disk
for the missing file. The default location is

C:\Program Files\Common Files\Borland Shared\Debugger\bordbk50.dll


Then open a DOS shell, go into that directory and type in this command:

Regsvr32 bordbk50.dll

Regsvr32 is the aforementioned command-line editing tool. It will register
the DLL. If regsvr32 is not in your path then you will need to prefix it
with the full path.

Atentamente.
______________________
William R. Betalleluz
Wyoming - United States

wbetalleluzd***jyw256.com

Nuestra Pagina Web:

http://www.jyw256.com

Nuestras Listas:

El Mundo de las Recetas
http://ar.groups.yahoo.com/group/jyw256-recetas/
Compartiendo Música
http://espanol.groups.yahoo.com/group/jyw256-musica/
La Magia de Nuestra Inspiración
http://espanol.groups.yahoo.com/grou...56-miscelanea/
Imágenes y Gráficos
http://ar.groups.yahoo.com/group/jyw256-imagenes/
Fondos y Tags
http://es.groups.yahoo.com/group/jyw256-FondosTags1/
Desarrollo de Paginas Web, Dreamweaver
http://tech.groups.yahoo.com/group/jyw256-dw1









<juancgonzalezbeltran***gmail.com> wrote in message
news:b8ea965c-b7e8-4a99-8cb1-22b0847fa487***e4g2000hsg.googlegroups.com...
> hola a todos
>
> tengo delphi 4 y win wp como sistema operativo, cuando intento correr
> una aplicacion en desde delphi me sale el siguiente mensaje de error.
> DEBUGGER KERNEL BORDBK40.DLL IS MISSING OR NOT REGISTERED
>
> alguien podria ayudarme y decirme que esta pasando??'
> muchas gracias a quien me pueda ayudar.


Responder Con Cita
 
Respuesta


Herramientas
Desplegado

Normas de Publicación
no Puedes crear nuevos temas
no Puedes responder a temas
no Puedes adjuntar archivos
no Puedes editar tus mensajes

El código vB está habilitado
Las caritas están habilitado
Código [IMG] está habilitado
Código HTML está deshabilitado
Trackbacks are habilitado
Pingbacks are habilitado
Refbacks are habilitado


Temas Similares
Tema Autor Foro Respuestas Último mensaje
Bueno acabo de pasar de Delphi 7 a Delphi 2006 William Betalleluz Donayre Newsgroup es.comp.lenguajes.delphi 12 27-06-2006 19:23:38
Delphi en red Gustavo Newsgroup es.comp.lenguajes.delphi 30 23-02-2006 15:42:51
¿Merece la pena cambiar de Delphi 3 a delphi 6? jose Newsgroup es.comp.lenguajes.delphi 12 22-12-2004 16:15:57
Delphi 7 y Win XP migmam Newsgroup es.comp.lenguajes.delphi 0 01-09-2004 17:23:11
Delphi 8 Antonio Torregrosa Newsgroup es.comp.lenguajes.delphi 4 21-06-2004 15:04:45





Powered by: vBulletin, Versión 3.6.8
Derechos de Autor ©2000 - 2008, Jelsoft Enterprises Ltd.

LinkBacks Enabled by vBSEO 3.1.0 © 2007, Crawlability, Inc.