简体   繁体   English

为什么在编译时将firemonkey单位添加到我的DPK中

[英]Why are firemonkey units added to my DPK when compiling

Firemonkey units are added to my DPK when compiling under Delphi XE 2, why? 在Delphi XE 2下进行编译时,Firemonkey单元会添加到我的DPK中,为什么?

It gives me lots of warnings like this (all related to FMX): 它给了我很多这样的警告(都与FMX相关):

[DCC Warning] W1033 Unit 'FMX.Video' implicitly imported into package. [DCC警告] W1033单元'FMX.Video'隐式导入到程序包中。 ... ...

As David comment, you just open it with Delphi XE2 and it will be converted automatically. 正如David所评论的那样,您只需使用Delphi XE2打开它,它将自动进行转换。

AFAIK, it doesn't added FMX units automatically, but you may confused with new Unit Scope Names AFAIK,它不会自动添加FMX单位,但您可能会与新的单位作用域名称混淆

我取消选中项目选项中的FMX软件包,消息消失了。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 编译DPK项目时的Delphi内部错误 - Delphi Internal Error when compiling a DPK Project 在运行时添加时,Delphi XE6 firemonkey组件对齐问题 - Delphi XE6 firemonkey component alignment problems when added at runtime 为什么在Firemonkey中,当运行时创建控件在完成迭代时显示? - Why in Firemonkey when create controls at runtime are display when finish iteration? 为什么我的单位“使用不同版本编译”我自己的文件? - Why are my units “compiled with a different version” of my own files? 在单个DCU中编译多个单元 - Compiling multiple units in a single DCU 为什么我的Firemonkey应用程序在OSX上打开终端窗口但在Win32上没有? - Why does my Firemonkey app open a terminal window on OSX but not on Win32? 为什么我的组件会自动将其他单位添加到使用界面? - Why is my Component auto adding other units to the uses interface? 在FireMonkey Delphi应用程序中指定运行时颜色时,为什么会出现“未声明的标识符”? - Why do I get 'Undeclared identifier' when specifying a runtime color in a FireMonkey Delphi application? 为什么在使用Firemonkey Metropolis UI应用程序时无法设置其他平台? - Why I cannot set other platforms when using Firemonkey Metropolis UI application? 为什么在Firemonkey的stringgrid中不触发OnHScrollChange? - Why OnHScrollChange is not fired in stringgrid in Firemonkey?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM