Re: [lazarus] Lotsa questions

2005-11-02 Thread John Samperi
At 06:34 PM 2/11/2005, you wrote: Remove the {$R *.LFM) line completely. Figured that out a minute ago by looking at a new blank project, so I made the project file look like the new project. Added: {$mode objfpc}{$H+} in both the project file and Unit 1 initialization {$I unit111.lrs}

Re: [lazarus] Lotsa questions

2005-11-02 Thread Mattias Gaertner
On Wed, 02 Nov 2005 19:01:38 +1100 John Samperi [EMAIL PROTECTED] wrote: [...] LazarusResources.Add;('TForm1','FORMDATA',[ etc... unit1.lrs (3,1) Error identifier not found LazarusResources Add LResources to uses clause. Mattias

Re: [lazarus] Lotsa questions- Some SUCCESS!

2005-11-02 Thread John Samperi
Please note that this is the troublesome line LazarusResources.Add;('TForm1','FORMDATA',[ etc... note semicolon * I manually fixed the line and it all built. Then I renamed the file and did a build all Now the line is generated correctly, no semicolon.

[lazarus] Lotsa questions

2005-11-01 Thread John Samperi
(Win XP pro SP2 used) G'day all I haven't heard back from the author of Cport2.64 so I will try to see if I can compile it myself. First question: the code comes in different flavors from D3-D6 and then for D7 in a separate folder. Which one shall I attempt to compile? (Cport comes up as a

Re: [lazarus] Lotsa questions

2005-11-01 Thread Alan Chamberlain
On Tue, 2005-11-01 at 23:26, John Samperi wrote: (Win XP pro SP2 used) G'day all I haven't heard back from the author of Cport2.64 so I will try to see if I can compile it myself. First question: the code comes in different flavors from D3-D6 and then for D7 in a separate folder. Which