Lazarus
Home
Help
TinyPortal
Search
Login
Register
Lazarus
»
Forum
»
Programming
»
General
»
(Solved) TIndexedAVLTree in Trunk
Free Pascal
Website
Downloads
Wiki
Documentation
Bugtracker
Mailing List
Lazarus
Website
Downloads (Laz+FPC)
Packages (OPM)
FAQ
Wiki
Documentation (RTL/FCL/LCL)
Bugtracker
CCR Bugs
GIT
Mailing List
Other languages
Foundation
Website
Useful Wiki Links
Project Roadmap
Getting the Source
Screenshots
How to use the forum
Forum Rules
About donations (wiki)
Bookstore
Computer Math and Games in Pascal
(preview)
Lazarus Handbook
Search
Advanced search
Recent
[ANN] fpGUI Toolkit v2.0....
by
Graeme
[
Today
at 04:45:27 pm]
[ANN] PasBuild 1.3.0 rele...
by
cdbc
[
Today
at 04:36:12 pm]
fpGUI Toolkit v2.0.1 has ...
by
Graeme
[
Today
at 04:24:40 pm]
Frustrating Error When us...
by
jamie
[
Today
at 04:22:29 pm]
; after then
by
Curt Carpenter
[
Today
at 04:09:29 pm]
Help needed compiling
by
jamie
[
Today
at 03:58:08 pm]
Does not go out of functi...
by
Martin_fr
[
Today
at 03:43:52 pm]
Fast Canvas Library V1.05...
by
Gigatron
[
Today
at 01:54:59 pm]
We are starting to use La...
by
vincek
[
Today
at 01:31:28 pm]
How to start LAMW emulato...
by
RaketeMike
[
Today
at 12:44:46 pm]
ThorVG - test (lightweigh...
by
Antek
[
Today
at 12:35:09 pm]
Questions from a Windows ...
by
hedgehog
[
Today
at 12:20:15 pm]
[ANN] fpGUI Toolkit v2.0....
by
Fred vS
[
Today
at 11:43:13 am]
Free Pascal for a small e...
by
avra
[
Today
at 11:16:36 am]
[SOLVED] Lazreport Horizo...
by
Petrus Vorster
[
Today
at 08:03:05 am]
The Future of FPC
by
ALLIGATOR
[
Today
at 05:01:20 am]
Are the source files for ...
by
Martin_fr
[
Today
at 12:26:57 am]
Debian removes FPC/Lazaru...
by
kupferstecher
[February 13, 2026, 10:29:53 pm]
AVRPascal – free code edi...
by
ackarwow
[February 13, 2026, 10:08:59 pm]
Select rectangle of the i...
by
backprop
[February 13, 2026, 08:16:27 pm]
How to determine the unkn...
by
LV
[February 13, 2026, 07:37:32 pm]
how to enable multihelper...
by
mas steindorff
[February 13, 2026, 07:03:20 pm]
Lazarus/FreePascal Bug
by
Bart
[February 13, 2026, 06:27:28 pm]
Duplicated icon in the Wi...
by
w click
[February 13, 2026, 05:47:49 pm]
AdvancedHTTPServer: A Go-...
by
LeP
[February 13, 2026, 03:01:15 pm]
« previous
next »
Print
Pages: [
1
]
Author
Topic: (Solved) TIndexedAVLTree in Trunk (Read 968 times)
lainz
Hero Member
Posts: 4741
Web, Desktop & Android developer
(Solved) TIndexedAVLTree in Trunk
«
on:
April 23, 2024, 10:19:29 pm »
Hi, I can't install trunk, but I know from other colleague that TIndexedAVLTree from LAZ_AVL_Tree is not available anymore.
How I can replace that unit and class?
Thanks.
«
Last Edit: April 23, 2024, 10:49:21 pm by lainz
»
Logged
https://lainz.github.io/
lainz
Hero Member
Posts: 4741
Web, Desktop & Android developer
Re: TIndexedAVLTree in Trunk
«
Reply #1 on:
April 23, 2024, 10:33:29 pm »
I've seen that
avglvltree.pas includes that class in trunk,
how I can add an
ifdef so lazarus 3.3 and lower uses the old
LAZ_AVL_Tree
and the trunk 3.99 uses avglvltree.pas
unit?
Thanks in advance.
«
Last Edit: April 23, 2024, 10:38:15 pm by lainz
»
Logged
https://lainz.github.io/
lainz
Hero Member
Posts: 4741
Web, Desktop & Android developer
Re: TIndexedAVLTree in Trunk
«
Reply #2 on:
April 23, 2024, 10:49:03 pm »
{$IF FPC_FULLVERSION >= 30400}
uses
avglvltree;
{$ELSE}
uses
LAZ_AVL_Tree;
{$ENDIF}
Logged
https://lainz.github.io/
Print
Pages: [
1
]
« previous
next »
Lazarus
»
Forum
»
Programming
»
General
»
(Solved) TIndexedAVLTree in Trunk
TinyPortal
© 2005-2018