Einzelnen Beitrag anzeigen

strom

Registriert seit: 23. Aug 2008
Ort: Keine Ergebnisse gefunden
290 Beiträge
 
#11

AW: Memo als aktives CMD- Fenster

  Alt 2. Jan 2015, 06:55
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."
  Mit Zitat antworten Zitat