Not sure what you meant by Output?  The executable or the Writeln() statement?

In the executable:
Not sure what OS you are using, but if you used it under Linux and you
didn't save the project in Lazarus, you executable will be in /tmp

For Windows, I guess it would be wherever you temp directory is located.

As soon as you save the project, the executable will be created in the
same directory as the *.lpr file or main .pas file.

If the Writeln() output;
Run the app from the command line / console window.

Regards,
 - Graeme -


On 12/09/06, Friedrich Hattendorf <[EMAIL PROTECTED]> wrote:
i created:

file - new - custom program

(i use the german version and retranslated the above words; maybe, they are
only similar)

Then I wrote the  following Program

8<---
program Project1;

{$mode objfpc}{$H+}

uses
  Classes, SysUtils
  { add your units here };

begin
  writeln('Hello world');
end.
8<---

The message-Box told "Project created succesfully"

But where is the output?

Friedrich

_________________________________________________________________
     To unsubscribe: mail [EMAIL PROTECTED] with
                "unsubscribe" as the Subject
   archives at http://www.lazarus.freepascal.org/mailarchives



--
There's no place like 127.0.0.1

_________________________________________________________________
    To unsubscribe: mail [EMAIL PROTECTED] with
               "unsubscribe" as the Subject
  archives at http://www.lazarus.freepascal.org/mailarchives

Reply via email to