XE4 F1026 File not found: JPEG.dcu Vcl name space

[dcc32 Fatal Error] RM_Class.pas(3102): F1026 File not found: 'E:\Tools\Dev\CBComponent\ReportMachine\ReportMachine7.0\source\JPEG.dcu'

Graphics, Menus\Controls, Forms, StdCtrls等好多文件都是这样的问题

vcl也是个name space添加vcl三个字母也可以解决一些问题了

RegisterActions 从XE4改为System.Actions单元了。用到此函数要引用此单元,以前是在Vcl.ActnList.RegisterActions单元里



service does not compile. The correct file name appears to be: Vcl.Imaging.jpeg.dcu

Vcl.Imaging.jpeg.pas

1) add name space

Thank you for your message.
To solve this issue, add the Vcl.Imaging name space to your application by using the Project->Options->Delphi compiler->Unit scope names menu option.
Feel free to contact us if you have any questions regarding the use of our controls. We will do our best to find an appropriate solution for you.



2) change code :

{$IFDEF JPEG}, JPEG{$ENDIF}

to:

{$IFDEF JPEG}, Vcl.Imaging.jpeg{$ENDIF}


File not found  Graphics.dcu

[dcc32 Fatal Error] dxUtils.pas(37): F1026 File not found: '....\xpressInplaceEditors\Sources\Graphics.dcu'

加命名Vcl就可以了



从 图上可以看出定义的变化 





  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值