Can't link 64 bit VCL app with VirtualTreeView in C++ Builder 10.1 Berlin #645
Closed
Description
I am considering upgrading an app written in C++ Builder XE 2 to C++ Builder 10.1 Berlin. As a first step, I installed VirtualTreeView as per the instructions and created a dummy VCL app with a single VirtualTree in the main form. Ran it and everything worked fine. Then I added a 64 bit target and I get a linker error because VirtualTreesR.lib can't be found. There is a VirtualTreesR.lib in C:\Users\Public\Documents\Embarcadero\Studio\18.0\Dcp\ (presumably the 32 bit version) but in the Win64 subdirectory there is only a VirtualTreesR.a file
I can't find anything about this issue on Google. Does VirtualTreeView support the 64 bit compiler in 10.1?