Hallo,
was mache ich falsch?
Delphi-Quellcode:
unit Unit1;
{$mode objfpc}{$H+}
interface
uses
Classes, SysUtils, FileUtil, Forms, Controls, Graphics,
Dialogs, unConsoleRedirector;
// hier kommt schon eine Fehlermeldung!
type
TForm1 =
class(TForm)
private
{ private declarations }
public
{ public declarations }
end;
var
Form1: TForm1;
implementation
{$R *.lfm}
end.
Fehlermeldung
"unit1.pas(9,12) Fatal: Can not find
unit unConsoleRedirector used by Unit1 of the project inspector."