delphi - 无法将 Action 管理器添加到 Delphi 10.3.3 单元

标签 delphi

我使用的是 Delphi 10.3.3。今天,我在包含 TCheckList 的表单中添加了一个 TActionManager 并设置了一些操作。 当我尝试编译时,IDE 坚持将 IDETheme.ActnCtrls 添加到我的 Uses 列表中,然后由于找不到该文件而无法编译。
我从 Borland Pascal 开始就一直在使用 Delphi,而这个对我来说是新的。
我能做什么?我试过删除、构建而不是编译、开始一个新单元、一个新项目、重新启动 IDE 并开始一个新项目。

约翰·崔德

最佳答案

10.3.3 中的已知问题:

RSP-27035: [dcc32 Fatal Error] F2613 Unit 'IDETheme.ActnCtrls' not found.

马可·坎图说:

Unfortunately there is a an incorrect dependency in the IDE. If you close the file unit from the IDE, and remove that uses statement with another editor, it should compile (from the IDE) and work correctly. We are looking into a solution

Patrick Premartin 说:

il you add an empty unit named IDETheme.ActnCtrls to the project, you probably can compile without changing source file outside Delphi

针对该问题发布了补丁:

#30903: RAD Studio 10.3.3 IDE and VCL Patch

关于delphi - 无法将 Action 管理器添加到 Delphi 10.3.3 单元,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/65117790/

相关文章:

delphi - 确保嵌套子控件可见

Delphi 7 ISAPI WebBroker 文件上传

delphi - 如何知道表单已创建?

delphi - 避免函数会提高性能吗?

.net - 在不导入 winmm.dll 或 microsoft.visualbasic.dll 的情况下播放声音文件

delphi - 什么是 dclsmpedit?

delphi - 如何在普通应用程序和 UAC 提升权限应用程序之间启用拖放

delphi - 设置 firemonkey 组件的默认整数值

Delphi 7 调用 DelphiXE2 dll 导致宽字符串损坏

SQL表更改顺序