如何解决FastReport和TeeChart 同时安装的问题
1个回答
推荐于2016-09-02 · 知道合伙人数码行家
huanglenzhi
知道合伙人数码行家
向TA提问 私信TA
知道合伙人数码行家
采纳数:117538
获赞数:517195
长期从事计算机组装,维护,网络组建及管理。对计算机硬件、操作系统安装、典型网络设备具有详细认知。
向TA提问 私信TA
关注
展开全部
方法一:已安装Delphi Personal Edition时
Open in text editor "FastReport 3\Source\frxReg.inc" file
("FastReport 3\Lib\frxReg.inc" for FastReport Basic and Standart)
Uncomment line {$DEFINE NODB}
Example:
//------------------- Delphi personal (with no DB components) -------
{$DEFINE NODB}
方法二:已安装TeeChart Pro 4.5, Pro 5.5, Pro 6 时
Open in text editor "FastReport 3\Source\frxReg.inc"
("FastReport 3\Lib\frxReg.inc" for FastReport Basic and Standart)
Comment line {$DEFINE TeeChartStd}
Uncomment line with TeeChart version dependency
({$DEFINE TeeChart45}, {$DEFINE TeeChart55}, {$DEFINE TeeChart6})
Example for TeeChart Pro 6:
//------------------- TeeChart component ----------------------------
//{$DEFINE TeeChartStd}
//------------------- TeeChart Pro 4.5 component --------------------
// If you have TeeChart 4.5, uncomment the following line:
//{$DEFINE TeeChart45}
//------------------- TeeChart Pro 5.5 component --------------------
// If you have TeeChart 5.5, uncomment the following line:
//{$DEFINE TeeChart55}
//------------------- TeeChart Pro 6 component ----------------------
// If you have TeeChart 6, uncomment the following line:
{$DEFINE TeeChart6}
方法三:安装FastScript和FastReport
FastReport专业版和FastReport企业版的安装,请参考"Compiling FastReport Pro Edition and Enterprise Edition packages" 中"install.txt"文件所描述的步骤。
FastReport基础版和FastReport标准版的安装类似于"FastReport 3\Lib"文件夹下面的安装文件。
Open in text editor "FastReport 3\Source\frxReg.inc" file
("FastReport 3\Lib\frxReg.inc" for FastReport Basic and Standart)
Uncomment line {$DEFINE NODB}
Example:
//------------------- Delphi personal (with no DB components) -------
{$DEFINE NODB}
方法二:已安装TeeChart Pro 4.5, Pro 5.5, Pro 6 时
Open in text editor "FastReport 3\Source\frxReg.inc"
("FastReport 3\Lib\frxReg.inc" for FastReport Basic and Standart)
Comment line {$DEFINE TeeChartStd}
Uncomment line with TeeChart version dependency
({$DEFINE TeeChart45}, {$DEFINE TeeChart55}, {$DEFINE TeeChart6})
Example for TeeChart Pro 6:
//------------------- TeeChart component ----------------------------
//{$DEFINE TeeChartStd}
//------------------- TeeChart Pro 4.5 component --------------------
// If you have TeeChart 4.5, uncomment the following line:
//{$DEFINE TeeChart45}
//------------------- TeeChart Pro 5.5 component --------------------
// If you have TeeChart 5.5, uncomment the following line:
//{$DEFINE TeeChart55}
//------------------- TeeChart Pro 6 component ----------------------
// If you have TeeChart 6, uncomment the following line:
{$DEFINE TeeChart6}
方法三:安装FastScript和FastReport
FastReport专业版和FastReport企业版的安装,请参考"Compiling FastReport Pro Edition and Enterprise Edition packages" 中"install.txt"文件所描述的步骤。
FastReport基础版和FastReport标准版的安装类似于"FastReport 3\Lib"文件夹下面的安装文件。
意法半导体(中国)投资有限公司
2023-06-12 广告
2023-06-12 广告
单片机,单片微型计算机。它是把中央处理器(CPU)、随机存取存储器(RAM)、只读存储器(ROM)、输入/输出端口(I/O)等主要计算机功能部件都集成在一块集成电路芯片上的微型计算机。单片机具有性能高、速度快、体积小、价格低、稳定可靠、应用...
点击进入详情页
本回答由意法半导体(中国)投资有限公司提供
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询