Biffexplorer: Fix compilation for the VirtualTreeView version installed by the OnlinePackageManager.

git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@5377 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
wp_xxyyzz
2016-11-23 08:36:35 +00:00
parent 24f875eff2
commit 4b8f98bce9
4 changed files with 13 additions and 14 deletions

View File

@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<CONFIG>
<ProjectOptions>
<Version Value="9"/>
<Version Value="10"/>
<PathDelim Value="\"/>
<General>
<SessionStorage Value="InProjectDir"/>
@ -11,15 +11,14 @@
<UseXPManifest Value="True"/>
<XPManifest>
<DpiAware Value="True"/>
<TextName Value="CompanyName.ProductName.AppName"/>
<TextDesc Value="Your application description."/>
</XPManifest>
<Icon Value="0"/>
</General>
<i18n>
<EnableI18N LFM="False"/>
</i18n>
<VersionInfo>
<StringTable ProductVersion=""/>
</VersionInfo>
<BuildModes Count="3">
<Item1 Name="Release" Default="True"/>
<Item2 Name="Debug">
@ -102,16 +101,16 @@
</RunParams>
<RequiredPackages Count="5">
<Item1>
<PackageName Value="KControlsLaz"/>
<PackageName Value="virtualtreeview_package4"/>
</Item1>
<Item2>
<PackageName Value="laz_fpspreadsheet"/>
<PackageName Value="KControlsLaz"/>
</Item2>
<Item3>
<PackageName Value="TurboPowerIPro"/>
<PackageName Value="laz_fpspreadsheet"/>
</Item3>
<Item4>
<PackageName Value="virtualtreeview_package"/>
<PackageName Value="TurboPowerIPro"/>
</Item4>
<Item5>
<PackageName Value="LCL"/>

View File

@ -7,7 +7,7 @@ uses
cthreads,
{$ENDIF}{$ENDIF}
Interfaces, // this includes the LCL widgetset
Forms, virtualtreeview_package, laz_fpspreadsheet, kcontrolslaz, beabout,
Forms, laz_fpspreadsheet, kcontrolslaz, beabout,
bebiffgrid, bebiffutils, behtml, beutils, mrumanager, beMain, beTypes;
{$R *.res}

View File

@ -13,8 +13,8 @@ records select a byte in the hex viewer, and the program will display the
contents of that byte and the following ones as integer, double, string
(page "Values").
For compiling, note that the program requires the following packages
from ccr
- "KControls"
- "lclextensions"
- "VirtualTreeview-new"
For compiling, note that the program requires the following packages:
- "KControls" (ccr version)
- "lclextensions" (use version from Online-Package Manager)
- "VirtualTreeview4" (version 4.8.7.4, install using the Online-Package manager)