From 4b8f98bce9c628f90625b13120965aa17d9d9978 Mon Sep 17 00:00:00 2001 From: wp_xxyyzz Date: Wed, 23 Nov 2016 08:36:35 +0000 Subject: [PATCH] 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 --- applications/biffexplorer/BIFFExplorer.lpi | 15 +++++++-------- applications/biffexplorer/BIFFExplorer.lpr | 2 +- applications/biffexplorer/BIFFExplorer.res | Bin 27196 -> 27188 bytes applications/biffexplorer/readme.txt | 10 +++++----- 4 files changed, 13 insertions(+), 14 deletions(-) diff --git a/applications/biffexplorer/BIFFExplorer.lpi b/applications/biffexplorer/BIFFExplorer.lpi index cf6801b45..9c5d577ed 100644 --- a/applications/biffexplorer/BIFFExplorer.lpi +++ b/applications/biffexplorer/BIFFExplorer.lpi @@ -1,7 +1,7 @@ - + @@ -11,15 +11,14 @@ + + - - - @@ -102,16 +101,16 @@ - + - + - + - + diff --git a/applications/biffexplorer/BIFFExplorer.lpr b/applications/biffexplorer/BIFFExplorer.lpr index 4e9abfb96..873c11a68 100644 --- a/applications/biffexplorer/BIFFExplorer.lpr +++ b/applications/biffexplorer/BIFFExplorer.lpr @@ -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} diff --git a/applications/biffexplorer/BIFFExplorer.res b/applications/biffexplorer/BIFFExplorer.res index 701ea761fe84b511a3d91ed901a8319a3984b29c..694bb88a801be42b3e245720f651226f1f0c4772 100644 GIT binary patch delta 41 xcmdmUg>lOj#t90H77G;_*&PcC{1S6hCu=a;Y|dmn%EA~jS)a{sa|7F+WB@R`4iNwV delta 51 zcmdmTg>lan#t90HwhI***(38yiyR9ICTlR-uqtGv7Nu@ZVLZyhSTb3Q&5xOZfnjq6 H+n!_q!qX5Q diff --git a/applications/biffexplorer/readme.txt b/applications/biffexplorer/readme.txt index 375ddcdfc..3a2d445f7 100644 --- a/applications/biffexplorer/readme.txt +++ b/applications/biffexplorer/readme.txt @@ -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)