TlistviewEx not found
johnjohnsp1 opened this issue · 2 comments
Hello , thanks for sharing the code , is a pretty nice one,
i'm telling you about the error i get during compile from source stage :
Loading the project with:
-Virtual Machine Windows 10 21h1 Build 19043, 1151
-Delphi 10.4 and C++ Builder 10.4 update 2
getting the error about (see attach) , i then click ignore in order to proceed and once loaded the project
getting few errors within the build/compile stage:
-Field FormMain.ListView Tokens does not have a corresponding component. Remove the declaration ?
then i continue clicking "yes" and the final output is telling me more errors:
-Class TVirtualStringTree not found .. continue with the all others error all around
..
im doing something wrong ?
let me know if you can please,
thanks
Hello. Thanks for the interest in the project!
There are a few steps you need to take before building the tool in the IDE for the first time:
These steps will register the required visual components with the IDE, so it knows how to use them in the designer and while building the project. Let me know if you have any other problems afterward since I might've forgotten something.
I will update the readme with the build steps shortly 👍
awesome, thanks for the reply, after doing all your steps is building without any problems.
thanks once more really interesting project !!

