DelphiAST icon indicating copy to clipboard operation
DelphiAST copied to clipboard

FreePascal demo is not working

Open yonist opened this issue 4 years ago • 2 comments

  1. Missing StringBuilderUnit from the project
  2. Missing CommentsBox from the lfm of uMainForm
  3. After adding the missing ListBox I get an exception, I keep getting 'StackOverflow' Exception. No matter which file I parse.

yonist avatar Mar 21 '21 22:03 yonist

@Wosi can you please take a look?

RomanYankovsky avatar Apr 16 '21 07:04 RomanYankovsky

Quick patch (FPC - 3.0.4, Lazarus - 2.0.6, OS - Vista 32bit) File Demo - Parser - uMainForm.pas Line 45: //{$IFNDEF FPC} {$R *.dfm} //{$ELSE} // {$R *.lfm} //{$ENDIF}

Line 87: StringStream: TMemoryStream; //TStringStream;

Line 110: StringStream := TMemoryStream.Create; //TStringStream.Create;

UPDATE Working Lazarus LFM file: uMainForm.lfm.zip

JulStrat avatar Jul 18 '21 09:07 JulStrat