Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FreePascal demo is not working #309

Open
yonist opened this issue Mar 21, 2021 · 2 comments
Open

FreePascal demo is not working #309

yonist opened this issue Mar 21, 2021 · 2 comments

Comments

@yonist
Copy link

yonist commented Mar 21, 2021

  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.
@RomanYankovsky
Copy link
Owner

@Wosi can you please take a look?

@JulStrat
Copy link

JulStrat commented Jul 18, 2021

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants