Open SkybuckFlying opened 1 month ago
Renamed them to: "BeGoneWitch VirtualTrees.BaseTree.pas" "BeGoneWitch VirtualTrees.pas"
So it really is a problem with your customized version.
Note: I did not install a release version of virtual tree, but just downloaded master in a zip... and installed that...
Would be nice if this minor (?) issue could be solved...
[dcc64 Error] VirtualTrees.BaseTree.pas(15447): E2361 Cannot access private symbol TVTDragImage.GetDragImageRect [dcc64 Error] VirtualTrees.BaseTree.pas(20065): E2250 There is no overloaded version of 'Synchronize' that can be called with these arguments [dcc64 Error] VirtualTrees.BaseTree.pas(20981): E2010 Incompatible types: 'IDataObject' and 'TPoint' [dcc64 Fatal Error] VirtualTrees.HeaderPopup.pas(72): F2063 Could not compile used unit 'VirtualTrees.BaseTree.pas'
I added the original virtual tree source units to the project, then try and add your customized version... not sure which it's picking up, I don't use search paths, this could also be the issue, but just posting this in case it's not the issue ! ;)...
I'll try renaming the original file to see if it makes it use your file or something.