Thank you once more. It turned out that the problem was not solved. When I
have installed new version of Lazarus (2.0.12 instead of 2.0.10), my
program failed to work. I want to return old version of Lazrus but I do not
know how to do it.
пн, 20 дек. 2021 г. в 18:21, wkitty42--- via lazarus <
laza
You find old versions here:
https://sourceforge.net/projects/lazarus/files/
Am 21.12.21 um 09:15 schrieb Евгений Кадисов via lazarus:
Thank you once more. It turned out that the problem was not solved.
When I have installed new version of Lazarus (2.0.12 instead of
2.0.10), my program failed to
On 12/21/21 3:15 AM, Евгений Кадисов via lazarus wrote:
Thank you once more. It turned out that the problem was not solved. When I have
(2.0.12 instead of 2.0.10) [...]
perhaps looking at the changelogs for the differences between these two versions
will help you find what you need to change i
On 12/21/21 8:28 AM, wkitt...@windstream.net wrote:
git log --pretty=oneline ae9017^..871307 | grep -Ei -e "UTF-?8"
i forgot to also add this list of commits that appear to be specific to various
FPC versions used behind Lazarus or used to compile Lazarus...
git log --pretty=oneline ae
Thank you for your help. I have found the cause. In version 2.0.12 one can
not use TStream.GetSize. Now my program works fine.
вт, 21 дек. 2021 г. в 16:34, wkitty42--- via lazarus <
lazarus@lists.lazarus-ide.org>:
> On 12/21/21 8:28 AM, wkitt...@windstream.net wrote:
> >git log --pretty=oneli