DelphiPackageManager / DPM

A Package Manager for Delphi
Apache License 2.0
96 stars 21 forks source link

Missing unit VSoftVirtualListView for DPM.IDE.dll #10

Closed pipcom closed 4 years ago

pipcom commented 4 years ago

I am not able to compile DPM.IDE.dll project because of missing VSoftVirtualListView unit in DPM.IDE.EditorViewFrame. I searched a while but i did not find it. In which project can i find it ?

vincentparrett commented 4 years ago

That is here : https://github.com/VSoftTechnologies/VSoft.VirtualListView

Probably worth adding to your batch file!

Note that DPM is very much a work in progress, especially the IDE integration. Debugging IDE plugins is death with a thousand cuts, slow and painful. I'm currently working on adding the packages to the project tree, but there is no published api for that so I'm hacking away at the IDE using RTTI and some guesswork. I have that working, but not reliably (timing issues).