forked from JAM-Software/Virtual-TreeView
-
Notifications
You must be signed in to change notification settings - Fork 0
/
INSTALL.txt
66 lines (56 loc) · 3.26 KB
/
INSTALL.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
Supported Delphi version: RAD Studio 10.0 and higher
Supported Windows Versions: Windows 8 and higher
Extract the entire(!) ZIP file and follow the instructions below.
Delphi / RAD Studio 10.4 and higher Installation
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1. Open the project group "Packages\RAD Studio 10.4+\VirtualTreeView.groupproj"
2. Right click on "VirtualTreesD*.bpl" and click "Install"
3. Go to "Tools > Options > Language > Delphi Options > Library > Library Path > [...]"
Browse to the "Source" folder of VirtualTreeView, press "OK", "Add", "OK"
Do this for both Win32 and Win64 platform, which you can choose in the dropdown box.
4. C++ Builder users only:
In the Options dialog go to "Environment Options > C++ Options > Paths and Directories"
a) Click "Library Path > [...]"
Browse to the "Source" folder of VirtualTreeView, press "OK", "Add", "OK"
b) Click "System Include path > [...]"
Browse to the "Source" folder of VirtualTreeView, press "OK", "Add", "OK"
5. Close the RAD Studio Options dialog by clicking "Save".
Delphi / RAD Studio 10.3
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1. Open the project group "Packages\RAD Studio 10.3\VirtualTreeView.groupproj"
2. Right click on "VirtualTreesD270.bpl" and click "Install"
3. Go to "Tools > Options > Language > Delphi Options > Library > Library Path > [...]"
Browse to the "Source" folder of VirtualTreeView, press "OK", "Add", "OK"
Do this for both Win32 and Win64 platform, which you can choose in the dropdown box.
4. C++ Builder users only:
In the Options dialog go to "Environment Options > C++ Options > Paths and Directories"
a) Click "Library Path > [...]"
Browse to the "Source" folder of VirtualTreeView, press "OK", "Add", "OK"
b) Click "System Include path > [...]"
Browse to the "Source" folder of VirtualTreeView, press "OK", "Add", "OK"
5. Close the RAD Studio Options dialog by clicking "Save".
Delphi / RAD Studio 10.0 - 10.2 Installation
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1. Open the project group "Packages\RAD Studio *\VirtualTreeView.groupproj"
2. Right click on "VirtualTreesD*.bpl" and click "Install"
3. Go to "Tools > Options > Environment Options > Delphi Options > Library > Library Path > [...]"
Browse to the "Source" folder of VirtualTreeView, press "OK", "Add", "OK"
Do this for both Win32 and Win64 platform, which you can choose in the dropdown box.
4. C++ Builder users only:
In the Options dialog go to "Environment Options > C++ Options > Paths and Directories"
a) Click "Library Path > [...]"
Browse to the "Source" folder of VirtualTreeView, press "OK", "Add", "OK"
b) Click "System Include path > [...]"
Browse to the "Source" folder of VirtualTreeView, press "OK", "Add", "OK"
5. Close the RAD Studio Options dialog by clicking "OK".
Troubleshooting
~~~~~~~~~~~~~~~
In case you experience any problems, try to delete all these files from your disk and then start over:
- Virtualtrees.*
- VTAccessibility.*
- VTHeaderPopup.*
- VirtualTreesD.*
- VirtualTreesR.*
I recommend using UltraSearch for this task: http://www.jam-software.de/ultrasearch/
For comments and suggestions regarding the packages and the install
instructions open an Issue at: https://github.com/JAM-Software/Virtual-TreeView/issues