forked from JAM-Software/Virtual-TreeView
-
Notifications
You must be signed in to change notification settings - Fork 0
/
INSTALL.txt
50 lines (41 loc) · 2.57 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
Supported Delphi version: RAD Studio XE3 and higher
Supported Windows Versions: Windows XP and higher
The former installer of V4 is no longer maintained, but installation is quite easy:
Extract the entire(!) ZIP file and follow the instructions below.
Delphi / RAD Studio XE3 and higher Installation
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1. Open the project group "Packages\RAD Studio XE*\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", "OK"
4. C++ Builder users only:
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""
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 recommand 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\CBullder 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"