I've just downloaded last version of VirtualTreeView.
I've been able to generate the runtime and design packages in 32bits with Embarcadero C++ Builder XE7. But when trying to build the runtime one in 64 bits I'm getting this error:
[DCC Fatal Error] E2202 Required package 'DesignIDE' not found
I've already checked that the runtime package doesn't require designide.bpi
. Any idea of what I'm missing?
I just downloaded the latest version from the VirtualTree from here: https://virtual-treeview.googlecode.com/svn/trunk.
Since the designtime package doesn't have a 64 bit configuration (Which makes sense because the IDE is a 32 bit app) you must have tried to compile the runtime package. But I can compile the runtime package without a problem.
That's why I would like to ask you if you tried to compile the same version as me?