DELPHI盒子
!实时搜索: 盒子论坛 | 注册用户 | 修改信息 | 退出
检举帖 | 全文检索 | 关闭广告 | 捐赠
技术论坛
 用户名
 密  码
自动登陆(30天有效)
忘了密码
≡技术区≡
DELPHI技术
lazarus/fpc/Free Pascal
移动应用开发
Web应用开发
数据库专区
报表专区
网络通讯
开源项目
论坛精华贴
≡发布区≡
发布代码
发布控件
文档资料
经典工具
≡事务区≡
网站意见
盒子之家
招聘应聘
信息交换
论坛信息
最新加入: cuiqingbo
今日帖子: 25
在线用户: 17
导航: 论坛 -> DELPHI技术 斑竹:liumazi,sephil  
作者:
男 wildl977 (wild) ▲▲▲▲△ -
普通会员
2021/12/15 14:29:46
标题:
Fastreport FMX 安裝錯誤 FMXfsTee28.bpl 浏览:2026
加入我的收藏
楼主: •Copy the entire "FastReport FMX 2.8.8 Pro" dir on your PC.
 
•Run delphi IDE and open .\FastReport FMX 2.8.8 Pro\Source\FMXfrxXXGrp.groupproj.groupproj
 Where XX is the delphi product version (26 for D10.3, 27 for D10.4, 28 for D11).
 
•Install FastScript Packages:
-Build FMXfsXX.bpl          
-Build + Install dclFMXfsXX.bpl
-Build FMXfsDBXX.bpl          
-Build + Install dclFMXfsDBXX.bpl
-Build FMXfsTeeXX.bpl          
-Build + Install dclFMXfsTeeXX.bpl

•Install FastReport Packages
-Build FMXfrxXX.bpl          
-Build + Install dclFMXfrxXX.bpl
-Build FMXfrxDBXX.bpl          
-Build + Install dclFMXfrxDBXX.bpl
-Build FMXfrxTeeXX.bpl          
-Build + Install dclFMXfrxTeeXX.bpl
-Build FMXfrxeXX.bpl          
-Build + Install dclFMXfrxeXX.bpl
照著安裝但到了FMXfsTee28.bpl跟dclFMXfrxe28.bpl這兩個就錯誤,
有高手能解惑嗎?
感謝。
此帖子包含附件:
PNG 图像
大小:31.7K
----------------------------------------------
-
作者:
男 emailx45 (emailx45) ▲▲▲▲△ -
普通会员
2021/12/15 22:34:45
1楼: 0) verify if "FastReport FMX" exists (installed) in your IDE --> uninstall it before install new version
----> later, delete all residual files  (dcu, bpl, etc...)

1) verify if "TeeChart" exists (installed) in your IDE.

2) try install again, if necessary use another Directory
----------------------------------------------
The higher the degree, the greater the respect given to the humblest!RAD 11.3
作者:
男 wildl977 (wild) ▲▲▲▲△ -
普通会员
2021/12/16 9:18:55
2楼: 0, 1)  I have never installed 'FastReport FMX' and 'TeeChar', this is the first time I installed it

2) tried  / _ \
----------------------------------------------
-
作者:
男 wildl977 (wild) ▲▲▲▲△ -
普通会员
2021/12/16 10:43:29
3楼: 已經解決、原因是初始安裝D11時我沒裝TeeChart
拿出光碟加裝TeeChart就解決問題
特此結帖、讓有相同問題的人可以參考
Special thanks to emailx45
----------------------------------------------
-
作者:
男 sxqwhxq (步惊云) ★☆☆☆☆ -
普通会员
2022/3/31 14:26:15
4楼: 楼上,你装的fastreport fmx 2.8怎么汉化呢,我装上的英文版本,把中文资源的几个.pas拷到source后,不知道怎么重新编译,因为要选择fmxlinux的资源。
----------------------------------------------
-
作者:
男 wildl977 (wild) ▲▲▲▲△ -
普通会员
2022/4/21 10:09:14
5楼: 我沒有用中文化、我是直接英文版本。
----------------------------------------------
-
作者:
男 sxqwhxq (步惊云) ★☆☆☆☆ -
普通会员
2022/4/22 12:58:08
6楼: 我已经完成fmx fastreport的汉化安装了。
----------------------------------------------
-
作者:
男 sxqwhxq (步惊云) ★☆☆☆☆ -
普通会员
2022/4/27 18:49:19
7楼: @wildl977:
fastreport fmx可以在linux\mac正常使用,但似乎不能在android里使用,fmxprinter.pas单元没办法编译通过,楼主试过吗?
function frxPrinters: TfrxCustomPrinters;
begin
  if FPrinters = nil then
    FPrinters := ActualfrxPrinterClass.Create;//这句通不过
  Result := FPrinters;
end;
按理,android也是有打印功能的,如果能在android里编译fastreport fmx,意义很大,因为现在国产银河kylin有一项技术kydroid,可以在linux arm里直接运行android 的apk。
----------------------------------------------
-
作者:
男 emailx45 (emailx45) ▲▲▲▲△ -
普通会员
2022/4/28 10:07:57
8楼: FastReport FMX customer depoiment;

Douglas Rudd
"Folks, I have this FastReport FMX now and it's pretty impressive.
The Report Designer must be the most complex Firemonkey program/component made so far.

(even though it doesn't have all the stuff the VCL version has yet) It's a good sign that more powerful FM components are coming out.

If it is able to get going, there is no other product out there like Firemonkey that will be able to one-button cross compile to native code for Windows, OSX, IOS, Android.

I know people have been asking for a highlighting or RTF memo component.

This FastReport also includes the FastScript components for making your own scripting engine. One of the components is a Color syntax highlighting memo.

It's not RTF but it is real color syntax highlighting for six languages."

then, in Android should be possible! I dont have it for tests :)
----------------------------------------------
The higher the degree, the greater the respect given to the humblest!RAD 11.3
作者:
男 sxqwhxq (步惊云) ★☆☆☆☆ -
普通会员
2022/4/28 12:00:27
9楼: 看了下fastreport fmx fmxprinter.pas,fr目前是没办法在android运行的。
uses
  FMX.frxUtils, FMX.frxRes, FMX.frxFMX
{$IFDEF MSWINDOWS}
  ,FMX.Win.frxPrinter
{$ENDIF}
{$IFDEF LINUX}
  ,FMX.Linux.frxPrinter
{$ENDIF}
{$IFDEF MACOS}
  ,FMX.Mac.frxPrinter
{$ENDIF};
所有平台都有了,唯独没有android
----------------------------------------------
-
作者:
男 alexjam (alexjam) ★☆☆☆☆ -
普通会员
2023/3/28 11:43:09
10楼: 楼主可以分享一下2.88的下载链接吗,谢谢
----------------------------------------------
-
作者:
男 zcbly (小菜) ▲▲▲▲△ -
普通会员
2023/4/12 11:31:01
11楼: [dcc32 Fatal Error] frx.inc(1): F1026 File not found: '..\frx.inc'
怎么处理?
----------------------------------------------
-
信息
登陆以后才能回复
Copyright © 2CCC.Com 盒子论坛 v3.0.1 版权所有 页面执行101.5625毫秒 RSS