Lazarus has decided it no longer wants to compile the virtualstringtree package. I'm getting the following error messages:
C:\Laz\34510\components\VirtualTreeView\VirtualTrees.pas(1024,20) Error: No matching implementation for interface method "IDropSource.QueryContinueDrag(LongBool,LongWord):LongInt; StdCall;" found
C:\Laz\34510\components\VirtualTreeView\VirtualTrees.pas(1024,20) Error: No matching implementation for interface method "IDropSource.GiveFeedback(LongWord):LongInt; StdCall;" found
The debugger points to line 1024 in VirtualTrees.pas
TVTDragManager = class(TInterfacedObject, IVTDragManager, IDropSource, IDropTarget)
I've set up a completely new instance of Laz & FPC (using fpcup - thanks BigChimp !) and I'm still having the same issue.
It quit working when I installed
Lazarus-1.1-37738-fpc-2.6.1-20120623-win32
on top of my prior version, which was Laz-1.1-36568-2.6.1, win32-Vista.
I did not change the VTV version. Once I installed the new version of Laz, I just did a Build-all and that is when the errors showed up.
I would rather not revert Laz if at all possible.
Any hints or thoughts?