Author Topic: Lazarus Bugfix Release 4.8  (Read 11369 times)

dsiders

  • Hero Member
  • *****
  • Posts: 1679
Re: Lazarus Bugfix Release 4.8
« Reply #30 on: July 29, 2026, 03:25:11 pm »
The name of the official chm help file is doc-chm-fpc3.2.4-laz4.8-0.zip (see here: https://sourceforge.net/projects/lazarus/files/Lazarus%20Documentation/Lazarus%204.8/).

The name suggests that it contains fpc 3.2.4 help files (not fpc 3.2.2, which is what the official version is compiled with).
Is it a mistake just in naming the file or are fpc help files from release candidate accidentally included, or is it deliberate for some reason?

The file does NOT contain FPC docs for 3.2.4... it contains the 3.2.2 help files from May 2021. To my knowledge, help for FPC 3.2.4 has never been generated. It does have help for Lazarus 4.8.

It's just following the naming convention used for other downloads.

Martin_fr

  • Administrator
  • Hero Member
  • *
  • Posts: 12641
  • Debugger - SynEdit - and more
    • wiki
Re: Lazarus Bugfix Release 4.8
« Reply #31 on: July 29, 2026, 05:27:00 pm »
The name of the official chm help file is doc-chm-fpc3.2.4-laz4.8-0.zip (see here: https://sourceforge.net/projects/lazarus/files/Lazarus%20Documentation/Lazarus%204.8/).

The name suggests that it contains fpc 3.2.4 help files (not fpc 3.2.2, which is what the official version is compiled with).
Is it a mistake just in naming the file or are fpc help files from release candidate accidentally included, or is it deliberate for some reason?

The file does NOT contain FPC docs for 3.2.4... it contains the 3.2.2 help files from May 2021. To my knowledge, help for FPC 3.2.4 has never been generated. It does have help for Lazarus 4.8.

It's just following the naming convention used for other downloads.

I don't know / have to ask Mattias. But probably he did build the fpc helps from the fixes branch. That may have happen because the Lazarus release for Mac must be bundled with a 3.2.4-fixes FPC, as the old one no longer works after Apple did some updates (afaik)

dsiders

  • Hero Member
  • *****
  • Posts: 1679
Re: Lazarus Bugfix Release 4.8
« Reply #32 on: July 29, 2026, 06:38:19 pm »
The name of the official chm help file is doc-chm-fpc3.2.4-laz4.8-0.zip (see here: https://sourceforge.net/projects/lazarus/files/Lazarus%20Documentation/Lazarus%204.8/).

The name suggests that it contains fpc 3.2.4 help files (not fpc 3.2.2, which is what the official version is compiled with).
Is it a mistake just in naming the file or are fpc help files from release candidate accidentally included, or is it deliberate for some reason?

The file does NOT contain FPC docs for 3.2.4... it contains the 3.2.2 help files from May 2021. To my knowledge, help for FPC 3.2.4 has never been generated. It does have help for Lazarus 4.8.

It's just following the naming convention used for other downloads.

I don't know / have to ask Mattias. But probably he did build the fpc helps from the fixes branch. That may have happen because the Lazarus release for Mac must be bundled with a 3.2.4-fixes FPC, as the old one no longer works after Apple did some updates (afaik)

I don't need to ask anyone. I downloaded and opened the files.

Zoran

  • Hero Member
  • *****
  • Posts: 1993
    • http://wiki.lazarus.freepascal.org/User:Zoran
Re: Lazarus Bugfix Release 4.8
« Reply #33 on: July 30, 2026, 12:01:01 am »

It's just following the naming convention used for other downloads.

What convention?
 %)
Swan, ZX Spectrum emulator https://github.com/zoran-vucenovic/swan

dsiders

  • Hero Member
  • *****
  • Posts: 1679
Re: Lazarus Bugfix Release 4.8
« Reply #34 on: July 30, 2026, 01:42:26 am »

It's just following the naming convention used for other downloads.

What convention?
 %)

The naming convention used for all the other doc files on the download site. doc-chm-<fpcver>-<lazver>.<ext>

marcov

  • Administrator
  • Hero Member
  • *
  • Posts: 12984
  • FPC developer.
Re: Lazarus Bugfix Release 4.8
« Reply #35 on: August 03, 2026, 05:20:05 pm »
The name of the official chm help file is doc-chm-fpc3.2.4-laz4.8-0.zip (see here: https://sourceforge.net/projects/lazarus/files/Lazarus%20Documentation/Lazarus%204.8/).

The name suggests that it contains fpc 3.2.4 help files (not fpc 3.2.2, which is what the official version is compiled with).
Is it a mistake just in naming the file or are fpc help files from release candidate accidentally included, or is it deliberate for some reason?

The official CHM is called doc-chm.zip  and is on the FPC download site.  FPC 3.2.4 is not out, probably that is some build of either 3.2.4RC1 or of the fixes branch, neither of which are official.

Post RC1 quite a lot was merged to e.g. sysutils, so definitions of e.g. type helpers might be quite a bit larger in the real 3.2.4 CHMs, when they land.

geraldholdsworth

  • Sr. Member
  • ****
  • Posts: 295
Re: Lazarus Bugfix Release 4.8
« Reply #36 on: August 11, 2026, 04:55:42 pm »
I've been using 4.8 for a while now (well, since it was released) and I've found a few issues:
  • I still need to add the -WM10.15 to my fpc.cfg file to get projects to run;
  • I still have to manually add the reference to controls added to a form - it is not done automatically;
  • I still get an error when trying to add an event to a control;
  • I still get errors complaining that it doesn't know about TObject;
and some new ones:
  • The text in the watch window is far too small for me to read. And I can't find a way to increase the font size;
  • Using the Project Group, with two projects in it, when I hit CMD+B to compile one project, it compiles the other. Even after manually loading the correct project.
This is on macOS Tahoe. I did an uninstall of the previous versions of Lazarus (4.2, 4.4 and a non-working 4.6), then a fresh install from SorceForge of 4.8 and FPC.

Sorry for the negative post - it is an otherwise excellent release.

McLion

  • New Member
  • *
  • Posts: 19
Re: Lazarus Bugfix Release 4.8
« Reply #37 on: August 14, 2026, 11:45:09 am »
Release 4.8 does not display any glyphs on the BitBtn buttons. I therefore had to switch back to version 4.6.

Thaddy

  • Hero Member
  • *****
  • Posts: 19626
  • Glad to be alive.
Re: Lazarus Bugfix Release 4.8
« Reply #38 on: August 14, 2026, 12:17:28 pm »
Release 4.8 does not display any glyphs on the BitBtn buttons. I therefore had to switch back to version 4.6.
Are you sure the glyphs are installed and the path is correct?
Any "programmer" that knows only one programming language is not a programmer

McLion

  • New Member
  • *
  • Posts: 19
Re: Lazarus Bugfix Release 4.8
« Reply #39 on: August 14, 2026, 01:26:54 pm »
Release 4.8 does not display any glyphs on the BitBtn buttons. I therefore had to switch back to version 4.6.
Are you sure the glyphs are installed and the path is correct?

I assign the icon directly in the properties. See screenshot.

Martin_fr

  • Administrator
  • Hero Member
  • *
  • Posts: 12641
  • Debugger - SynEdit - and more
    • wiki
Re: Lazarus Bugfix Release 4.8
« Reply #40 on: August 14, 2026, 02:16:15 pm »
Release 4.8 does not display any glyphs on the BitBtn buttons. I therefore had to switch back to version 4.6.

OS? Widgetset, if the OS has a choice?

Might be related to https://gitlab.com/freepascal.org/lazarus/lazarus/-/work_items/34261


wp

  • Hero Member
  • *****
  • Posts: 13649
Re: Lazarus Bugfix Release 4.8
« Reply #41 on: August 14, 2026, 04:47:58 pm »
Tested assigning a png to TBitBtn.Glyph with OpenSUSE, Laz 4.8, gtk2, qt5, qt6 -- no issue

 

TinyPortal © 2005-2018