Re: [lazarus] Compile fails on project with long pathname (MacOS X)

2006-05-24 Thread Mattias Gaertner
On Wed, 24 May 2006 01:47:14 +0200 Tom Verhoeff <[EMAIL PROTECTED]> wrote: > On Mon, May 22, 2006 at 08:07:30AM +0200, Vincent Snijders wrote: > > Tom Verhoeff wrote: > > >I recently upgraded to 0.9.14 and started a project, whose code > > >is in a deeply nested directory tree with fairly long dir

Re: [lazarus] What's wrong with this code?

2006-05-24 Thread John Meyer
Vincent Snijders wrote: John Meyer schreef: Daniel Dugan wrote: btnTestMeClick.Caption;='Click'; The semicolon after Caption should be a colon. Daniel I've changed the semi-colons to colons and it still won't compile. Same error. Other people suggested you use btnTestMe.Caption:='Cl

Re: [lazarus] What's wrong with this code?

2006-05-24 Thread Vincent Snijders
John Meyer schreef: Daniel Dugan wrote: btnTestMeClick.Caption;='Click'; The semicolon after Caption should be a colon. Daniel I've changed the semi-colons to colons and it still won't compile. Same error. Other people suggested you use btnTestMe.Caption:='Click'; If this doesn't he

[lazarus] Problems exporting DFM to LFM

2006-05-24 Thread Mariano
Hi! i made some .pas in delphi like this:   - Unit UntLoginForm; interface uses   windows,etc,etc..; type  TLoginForm = class(TForm)   ...   end;implementation {$R *.dfm} ... // code here   end. -   No, i'm trying to compile the same unit

Re: [lazarus] What's wrong with this code?

2006-05-24 Thread John Meyer
Daniel Dugan wrote: btnTestMeClick.Caption;='Click'; The semicolon after Caption should be a colon. Daniel I've changed the semi-colons to colons and it still won't compile. Same error. _ To unsubscribe: mail [EMAIL PR

Re: Re: [lazarus] What's wrong with this code?

2006-05-24 Thread Daniel Dugan
btnTestMeClick.Caption;='Click';   The semicolon after Caption should be a colon.   DanielPaul Parkyn <[EMAIL PROTECTED]> wrote: Hello There doesn't seem to be a semi colon after the end of the if then else, but most likely you have spotted thatBest regards, === At 2006-05-24, 16:38:38 you

Re: Re: [lazarus] What's wrong with this code?

2006-05-24 Thread Paul Parkyn
Hello There doesn't seem to be a semi colon after the end of the if then else, but most likely you have spotted that Best regards, === At 2006-05-24, 16:38:38 you wrote: === >John Meyer wrote: >> begin >> if btnTestMeClick.tag=0 then >> begin >> btnTestMeCli

[lazarus] Win32 snapshot build bug

2006-05-24 Thread Gabor Boros
Hi! I installed the latest win32 snapshot build (Lazarus-0.9.15-20060524-win32.exe) and the package installation not working properly. If I open a package with Components/Open package file, in the Package dialog box the Compile button is disabled and in the dialog's status bar I se

Re: [lazarus] What's wrong with this code?

2006-05-24 Thread Mattias Gaertner
On Tue, 23 May 2006 23:17:14 -0600 John Meyer <[EMAIL PROTECTED]> wrote: > Vincent Snijders wrote: > > > > What wiki tutorial, can you give a link? Then we have a complete > > compilable source. > > > > Vincent > > > http://wiki.lazarus.freepascal.org/index.php/Lazarus_Tutorial There is Button