[lazarus] Problem
Andrea Lai TIN
lai.andrea at virgilio.it
Fri Jun 7 12:55:08 EDT 2002
Thank You!
I have another problem.
I have create a simple project that have one form and one button that when I
click on the button the program must be display me a message using the
MessageDlg procedure.
I have used a Delphi syntax !
example :
unit Unit1;
{$mode objfpc}{$H+}
interface
uses
Classes, SysUtils, Forms, Controls, Graphics, Dialogs, LResources,
StdCtrls, Buttons;
type
TForm1 = class(TForm)
Button1: TButton;
Label1: TLabel;
procedure Button1Click(Sender: TObject);
private
{ Private declarations }
public
{ Public declarations }
end;
var
Form1: TForm1;
implementation
procedure TForm1.Button1Click(Sender: TObject);
begin
Messagedlg('Test',TMsgDlgType(mtWarning),TMsgDlgButtons(mbok),0);
end;
initialization
{$I unit1.lrs}
end.
Than I compile a program, but when I run it and I click the button no
message is display me.
Thank you!
----- Original Message -----
From: "Mattias Gaertner" <nc-gaertnma at netcologne.de>
To: <lazarus at miraclec.com>
Sent: Friday, June 07, 2002 6:11 PM
Subject: Re: [lazarus] Problem
> On Fri, 7 Jun 2002 16:47:29 +0200
> "Andrea Lai TIN" <lai.andrea at virgilio.it> wrote:
>
> > I have download and install the binary distribution of Lazarus on my
Mandrake 8.2 distribution and I have this problem:
> >
> > When I compile the simple project the RAD display me this error : "Can't
find unit CONTROLS"
> >
> > I have read same FAQ on Web site and then I have download source code of
lazarus and I have compile them but, when I compile a project this error
persist.
>
> As you first started Lazarus the IDE sets the lazarus path to the binary
directory. Make sure, that it now points to the new downloaded sources:
> Environment->General Options->Files->Lazarus Directory.
>
>
> Mattias
>
> _________________________________________________________________
> To unsubscribe: mail lazarus-request at miraclec.com with
> "unsubscribe" as the Subject
> archives at http://www.miraclec.com/list_archives/lazarus
>
More information about the Lazarus
mailing list