I'm confused... it seems like this used to work.

In a Linux (GTK1) application I create in lazarus (0.9.25 rev 15904),
I can have something like this:

procedure TForm1.Button1Click(Sender: TObject);
begin
  writeln('hello');
end;

and when I click the button, I will see the message written to
standard out. In Windows (0.9.25 rev 15839 snapshot) the same thing
will cause a runtime 103 error ("file not open"). I've tried running
it from the command line in windows as well as just double-clicking
the executable in the file explorer, with no difference in behavior.

-SG

========================
Computer over. Virus = very yes.

Seth Grover
sethdgrover[at]gmail[dot]com
_______________________________________________
Lazarus mailing list
Lazarus@lazarus.freepascal.org
http://www.lazarus.freepascal.org/mailman/listinfo/lazarus

Reply via email to