51Testing软件测试论坛

标题: 在C++ builder 2007下安装Virtual TreeView控件 [打印本页]

作者: 51testing    时间: 2008-1-10 17:59
标题: 在C++ builder 2007下安装Virtual TreeView控件
Virtual Treeview是一个开源的高性能基于VCL的tree view控件,它完全不需要windows control的支持,不依赖第三方库,完全是自绘实现整个treeview的显示,支持unicode,ole等高级特性,他的绘制效率是非常高的,插入、删除的效率也非常高,插入100000条记录仅需要不到30ms就可以完成,VT提供了完整的delphi安装支持(包括最新版的2007),但bcb的安装仅支持bcb5-6,这让使用bcb的爱好者失望不已,但这么好的控件如果不能在bcb下使用,真是对不起bcb爱好者的期望,我最近在编写一个软件的时候,就对快速插入条目,并显示提出了很高要求,所以希望能在bcb2007下使用vt,发挥它强大的性能,经过研究发现了如下方法可以在bcb2007下正常安装并使用vt。
1. Open VirtualTreesC6.bpk project.
2. If you try and build you will get an error about the ThemeManagerC6.bpi, remove all reference to it.
3. The project also requires ThemeManagerC6.bpi, delete the reference.
4. Add C:\Program Files\CodeGear\RAD Studio\5.0\lib\psdk\oleacc.lib to the contains folder in the project.
5. Build the project.
6. Open VirtualTreesC6D.bpk project.
7. Add "..\Source" to your include path.
8. Build the project.
9. When I tired to install, I got an error about not finding virtualtreesc6.bpl. I copied C:\Program Files\CodeGear\RAD Studio\5.0\Projects\Bpl\virtualtreesc6.bpl to C:\Program Files\CodeGear\RAD Studio\5.0\bin, and was able to install the component.
这个方法是在vt的论坛里找到的,经过测试,可以正常工作。




欢迎光临 51Testing软件测试论坛 (http://bbs.51testing.com/) Powered by Discuz! X3.2