You've already forked lazarus-ccr
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:
@ -1,7 +1,7 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<CONFIG>
|
<CONFIG>
|
||||||
<ProjectOptions>
|
<ProjectOptions>
|
||||||
<Version Value="9"/>
|
<Version Value="10"/>
|
||||||
<PathDelim Value="\"/>
|
<PathDelim Value="\"/>
|
||||||
<General>
|
<General>
|
||||||
<SessionStorage Value="InProjectDir"/>
|
<SessionStorage Value="InProjectDir"/>
|
||||||
@ -11,15 +11,14 @@
|
|||||||
<UseXPManifest Value="True"/>
|
<UseXPManifest Value="True"/>
|
||||||
<XPManifest>
|
<XPManifest>
|
||||||
<DpiAware Value="True"/>
|
<DpiAware Value="True"/>
|
||||||
|
<TextName Value="CompanyName.ProductName.AppName"/>
|
||||||
|
<TextDesc Value="Your application description."/>
|
||||||
</XPManifest>
|
</XPManifest>
|
||||||
<Icon Value="0"/>
|
<Icon Value="0"/>
|
||||||
</General>
|
</General>
|
||||||
<i18n>
|
<i18n>
|
||||||
<EnableI18N LFM="False"/>
|
<EnableI18N LFM="False"/>
|
||||||
</i18n>
|
</i18n>
|
||||||
<VersionInfo>
|
|
||||||
<StringTable ProductVersion=""/>
|
|
||||||
</VersionInfo>
|
|
||||||
<BuildModes Count="3">
|
<BuildModes Count="3">
|
||||||
<Item1 Name="Release" Default="True"/>
|
<Item1 Name="Release" Default="True"/>
|
||||||
<Item2 Name="Debug">
|
<Item2 Name="Debug">
|
||||||
@ -102,16 +101,16 @@
|
|||||||
</RunParams>
|
</RunParams>
|
||||||
<RequiredPackages Count="5">
|
<RequiredPackages Count="5">
|
||||||
<Item1>
|
<Item1>
|
||||||
<PackageName Value="KControlsLaz"/>
|
<PackageName Value="virtualtreeview_package4"/>
|
||||||
</Item1>
|
</Item1>
|
||||||
<Item2>
|
<Item2>
|
||||||
<PackageName Value="laz_fpspreadsheet"/>
|
<PackageName Value="KControlsLaz"/>
|
||||||
</Item2>
|
</Item2>
|
||||||
<Item3>
|
<Item3>
|
||||||
<PackageName Value="TurboPowerIPro"/>
|
<PackageName Value="laz_fpspreadsheet"/>
|
||||||
</Item3>
|
</Item3>
|
||||||
<Item4>
|
<Item4>
|
||||||
<PackageName Value="virtualtreeview_package"/>
|
<PackageName Value="TurboPowerIPro"/>
|
||||||
</Item4>
|
</Item4>
|
||||||
<Item5>
|
<Item5>
|
||||||
<PackageName Value="LCL"/>
|
<PackageName Value="LCL"/>
|
||||||
|
@ -7,7 +7,7 @@ uses
|
|||||||
cthreads,
|
cthreads,
|
||||||
{$ENDIF}{$ENDIF}
|
{$ENDIF}{$ENDIF}
|
||||||
Interfaces, // this includes the LCL widgetset
|
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;
|
bebiffgrid, bebiffutils, behtml, beutils, mrumanager, beMain, beTypes;
|
||||||
|
|
||||||
{$R *.res}
|
{$R *.res}
|
||||||
|
Binary file not shown.
@ -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
|
contents of that byte and the following ones as integer, double, string
|
||||||
(page "Values").
|
(page "Values").
|
||||||
|
|
||||||
For compiling, note that the program requires the following packages
|
For compiling, note that the program requires the following packages:
|
||||||
from ccr
|
|
||||||
- "KControls"
|
- "KControls" (ccr version)
|
||||||
- "lclextensions"
|
- "lclextensions" (use version from Online-Package Manager)
|
||||||
- "VirtualTreeview-new"
|
- "VirtualTreeview4" (version 4.8.7.4, install using the Online-Package manager)
|
||||||
|
Reference in New Issue
Block a user