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
About donations (wiki)
Bookstore
Computer Math and Games in Pascal
(preview)
Lazarus Handbook
Search
Advanced search
Recent
Create DB
by
comdora
[
Today
at 07:37:05 am]
Newbie in Web Programming...
by
incendio
[
Today
at 04:02:38 am]
Named range
by
backprop
[
Today
at 03:09:07 am]
FPC Deluxe doesn't work
by
TRon
[
Today
at 02:06:21 am]
Boolean type
by
440bx
[
Today
at 01:45:29 am]
[SOLVED] WebP images and ...
by
TRon
[
Today
at 01:23:47 am]
Knob Finger Spinner Graph...
by
SandyG
[
Today
at 12:40:58 am]
Using a custom record as ...
by
ilowry
[April 21, 2025, 09:13:00 pm]
Testing with SQLite3DataS...
by
dseligo
[April 21, 2025, 08:59:22 pm]
Best way to exchange data...
by
Hansvb
[April 21, 2025, 08:36:43 pm]
BGRA Shader Sphere Map
by
d2010
[April 21, 2025, 06:27:14 pm]
MVP made easier.
by
cdbc
[April 21, 2025, 05:38:10 pm]
Reading data files that a...
by
OC DelGuy
[April 21, 2025, 05:12:29 pm]
ToDoList package, support...
by
cdbc
[April 21, 2025, 04:46:00 pm]
macOS 15.4 Breaks All Com...
by
moinsen
[April 21, 2025, 04:16:24 pm]
Cannot execute Lazarus ID...
by
robert rozee
[April 21, 2025, 03:26:10 pm]
Recamán's Sequence Curve ...
by
TRon
[April 21, 2025, 03:05:03 pm]
HTMLViewer JavaScript dem...
by
myisjwj
[April 21, 2025, 02:22:46 pm]
How to DIY a filerec reco...
by
TYDQ
[April 21, 2025, 10:58:11 am]
Error: Illegal parameter:...
by
daniel_sap
[April 21, 2025, 06:45:47 am]
Times Tables Curves: Some...
by
Boleeman
[April 21, 2025, 04:45:52 am]
accessing array members i...
by
TRon
[April 21, 2025, 01:01:35 am]
RGB Plasma
by
Gigatron
[April 20, 2025, 11:26:28 pm]
Lectura puerto serie
by
Edson
[April 20, 2025, 07:42:47 pm]
Compile Error on Assign f...
by
marcov
[April 20, 2025, 03:10:08 pm]
« previous
next »
Print
Pages: [
1
]
Author
Topic: (Solved) TIndexedAVLTree in Trunk (Read 805 times)
lainz
Hero Member
Posts: 4696
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: 4696
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: 4696
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