DelphiAST
DelphiAST copied to clipboard
FreePascal demo is not working
- Missing StringBuilderUnit from the project
- Missing CommentsBox from the lfm of uMainForm
- After adding the missing ListBox I get an exception, I keep getting 'StackOverflow' Exception. No matter which file I parse.
@Wosi can you please take a look?
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