forked from JAM-Software/Virtual-TreeView
-
Notifications
You must be signed in to change notification settings - Fork 1
/
INSTALL.txt
66 lines (56 loc) · 3.27 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 XE3 and higher
Supported Windows Versions: Windows Vista and higher
Extract the entire(!) ZIP file and follow the instructions below.
Delphi / RAD Studio 10.3 and higher 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 > 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 XE3 - 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/
Please send comments and suggestions regarding the packages and the install
instructions to [email protected] or open an issue.
C++ Builder XE3 and higher Installation
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1. Open the project group "Packages\CBuilder XE*\VirtualTreeView.groupproj"
that is closest to your version.
2. Right click on "VirtualTreesR*.bpl" and click "Build"
3. Right click on "VirtualTreesD*.bpl" and click "Install"
4. Go to "Tools > Options > Environment Options > Delphi Options > Library > Library Path > [...]"
Browse to the "Source" folder of VirtualTreeView, press "OK", "Add", "OK", "OK"
5. Go to "Tools > Options > 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", "OK"
6. If you target Win64 you need to build VirtualTreesR*.bpl also for the platform "Win64"