He probado creando un proyecto nuevo y añadir la clase y puse solo esto:
Código PHP:
#include <vcl.h>
#include "TDebugger.h"
#pragma hdrstop
#include "Unit1.h"
//---------------------------------------------------------------------------
#pragma package(smart_init)
#pragma resource "*.dfm"
TForm1 *Form1;
//---------------------------------------------------------------------------
__fastcall TForm1::TForm1(TComponent* Owner)
: TForm(Owner)
{
}
//---------------------------------------------------------------------------
void __fastcall TForm1::FormCreate(TObject *Sender)
{
TDebugger *Depurador = new TDebugger();
delete Depurador;
}
//---------------------------------------------------------------------------
Y me sigue pasando lo mismo.
Pongo el enlace al proyecto por si quereis verlo a ver si podeis ver el fallo porque no tengo ni idea de que puede estar pasando:
https://mega.nz/file/UwUXkYwQ#58zdeW...O3kMDPd40mabhU