diversenok/TokenUniverse

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
tlistviewEx
getting few errors within the build/compile stage:
-Field FormMain.ListView Tokens does not have a corresponding component. Remove the declaration ?

Listviewmain

then i continue clicking "yes" and the final output is telling me more errors:
build

-Class TVirtualStringTree not found .. continue with the all others error all around
..
uiprototype

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:

  1. Install VirtualTree via Tools -> GetIt Package Manager
    GetIt

  2. Open NtUtilsUI\VclEx\VclExtension.dproj and click Install
    VclEx

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 !!