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 701ea761f..694bb88a8 100644 Binary files a/applications/biffexplorer/BIFFExplorer.res and b/applications/biffexplorer/BIFFExplorer.res differ 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)