怎样安装TurboPower Async Professional ?
在BCB6.0中 怎样安装TurboPower Async Professional ? 问题点数:100、回复次数:9Top
1 楼wfliu()回复于 2006-12-02 10:58:24 得分 0
自己顶一下Top
2 楼leonatcs(LeonKennedy)(时常逛一逛csdn,有益身心健康。)回复于 2006-12-02 11:42:18 得分 0
3. Installation
To install TurboPower APRO into your IDE, take the following steps:
1. Unzip the release files into a directory (比如:D:\Program Files\Borland\CBuilder6\3rd\).
2. Start Delphi or C++Builder.
3. Add the source subdirectory (e.g., d:\apro\source) to the IDE's
library path. ( 在Project|Options|Directories/Conditionals下面,内容比如:$(BCB)\lib\obj;$(BCB)\lib;D:\Program Files\Borland\CBuilder6\3rd\tpapro_4_06\source )
4. Open & compile the runtime package specific to the IDE being
used. (bcb6用packages文件夹里的A406_R61.bpk,因为async的版本不同,不一定是406。先双击打开,compile)
5. Open & install the designtime package specific to the IDE being
used. The IDE should notify you the components have been
installed.(这次是A406_D61.bpk,compile,然后按install。)Top
3 楼wfliu()回复于 2006-12-04 08:10:54 得分 0
谢谢 leonatcs ,测试后即结贴 !
Top
4 楼wfliu()回复于 2006-12-04 08:34:42 得分 0
leonatcs 老大,在第4步时出现下面错误,有什么问题? 继续做完第五步后安装成功。
下面的错误有问题吗 ?
4. Open & compile the runtime package specific to the IDE being
used. (bcb6用packages文件夹里的A406_R61.bpk,因为async的版本不同,不一定是406。先双击打开,compile)
Compile时出现:Done: There are warnings.
Hints: 0 Warnings: 1 Errors: 0
[C++ Warning] A406_R61.cpp(3): W8058 Cannot create pre-compiled header: write failed
Top
5 楼wfliu()回复于 2006-12-04 09:35:52 得分 0
编译程序时出现:
[C++ Error] Main.h(18): E2209 Unable to open include file 'AdPort.h'
[C++ Error] Main.h(19): E2209 Unable to open include file 'OoMisc.h'
是不是安装控件时出现错误啊 ?Top
6 楼leonatcs(LeonKennedy)(时常逛一逛csdn,有益身心健康。)回复于 2006-12-04 16:27:21 得分 0
有warning一般没有问题,但是无法打开头文件可能是路径设置的不对,在Project|Options|Directories/Conditionals下面,有一个library path,假设你解压到D:\Program Files\Borland\CBuilder6\3rd\,那么路径是该文件夹下的tpapro_4_06下的source文件夹。或者你搜索一下'AdPort.h'看在哪里。Top
7 楼wfliu()回复于 2006-12-05 10:25:04 得分 0
各位老大 ,我搜索不到 AdPort.h ,
路径我设的是source下,
我卸载后再次安装A406_R61.bpk时,还是出现一个Warnings: 1
然后报错:写入失败,什么原因 ?
[C++ Warning] A406_R61.cpp(3): W8058 Cannot create pre-compiled header: write failedTop
8 楼leonatcs(LeonKennedy)(时常逛一逛csdn,有益身心健康。)回复于 2006-12-06 19:59:11 得分 0
和你说了,warning没有关系。
adport.h和oomisc.h都是你自己的main.h文件里的,自己写错名字了,改成adport.hpp和oomisc.hpp。Top
9 楼easyblue()回复于 2006-12-06 20:15:58 得分 0
Turbopower的源代码是Delphi的,编译时要“generate all C++ files" (-JPHNE), 才会生成相应的HPP等文件。Top





