오늘 첨 델파이 쓰는데 아래와 같이 에러메세지가 뜨네여..
설치해야 될것이 또 있나요???
debugger kernel BORDBK50.DLL is missing or not registered
------------------- 소스 코드 -----------------------
unit Unit1;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
StdCtrls;
type
TForm1 = class(TForm)
Button1: TButton;
Label1: TLabel;
procedure Button1Click(Sender: TObject);
private
{ Private declarations }
public
{ Public declarations }
end;
var
Form1: TForm1;
implementation
{$R *.DFM}
procedure TForm1.Button1Click(Sender: TObject);
begin
Label1.Caption := '델파이5';
end;
end.
흠~ 델파이 설치하면 디버거커널을 델파이로 할것인가를 묻는데 Yes안해주신거 같네요... 아님 제대로 설치가 안되었던가...
bordbk50.dll파일이 있다면 (Borland SharedDebugger폴더 찾아보세요)
윈도우 시작메뉴의 실행을 누르셔서 아래와 실행해서 디버거 등록해주시면 될겁니다...
regsvr32.exe "패스bordbk50.dll"
^^ 항상 즐코하세요...