HuichanKIM / Ollama-Delphi-GUI

Ollama Client GUI by Delphi
MIT License
18 stars 2 forks source link

Some little issues with latest VirtualTrees #4

Open SkybuckFlying opened 5 hours ago

SkybuckFlying commented 5 hours ago

[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.

SkybuckFlying commented 5 hours 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...