Hallo,
nachdem es mit Lazarus (Freepascal) nicht funktoniert hat, habe ich es heute mit
Delphi XE 7 versucht!
"
Unit Name unConsoleRedirector kann nicht aufgelöst werden!"
Auch ohne Erfolg!
Delphi-Quellcode:
unit Unit1;
interface
uses
Winapi.Windows,
Winapi.Messages, System.SysUtils, System.Variants, System.Classes,
Vcl.Graphics,
Vcl.Controls,
Vcl.Forms,
Vcl.Dialogs, unConsoleRedirector ;
type
TForm1 =
class(TForm)
private
{ Private-Deklarationen }
public
{ Public-Deklarationen }
end;
var
Form1: TForm1;
implementation
{$R *.dfm}
end.