简体   繁体   English

Delphi“工具 - 选项 - 环境选项 - Delphi 选项 - 库 - Win32 - 库路径”(对于 dcu 的)如何在 Delphi 中命名?

[英]How Delphi "Tools - Options - Environment Options - Delphi Options - Library-Win32 - Libary path" (for dcu's) is named in Delphi 10.X (Sydney)?

I am using "Tools - Options - Environment Options - Delphi Options - Library-Win32 - Libary path" variable to keep the semicolon-separated lists of paths for the directories in which I am keeping *.dcu files (Delphi compiled units) in the older Delphi versions, eg Delphi 2009.我正在使用“工具 - 选项 - 环境选项 - Delphi 选项 - 库-Win32 - 库路径”变量来为我在其中保存 *.dcu 文件(Delphi 编译单元)的目录保留分号分隔的路径列表较旧的 Delphi 版本,例如 Delphi 2009。

Now I have Delphi 10.4 Sydney and it does not have such option.现在我有 Delphi 10.4 Sydney,它没有这样的选项。 Which Delphi 10.4 Sydney option replaced the older Library path?哪个 Delphi 10.4 Sydney 选项替换了旧的库路径?

My guess is that Delphi 10.4 used 'Tools - Options - IDE - Environment Variables - System Variables - BDSBIN' or its 'User Sytem Overrides' as the Library Path.我的猜测是 Delphi 10.4 使用“工具 - 选项 - IDE - 环境变量 - 系统变量 - BDSBIN”或其“用户系统覆盖”作为库路径。 But I have confusion about this, becase my installation contains the value "c:\program files (x86)\embarcadero\studio\21.0\bin" currenty and I am afraid to put additional directories here.但我对此感到困惑,因为我的安装当前包含值“c:\program files (x86)\embarcadero\studio\21.0\bin”,我害怕在此处放置其他目录。 The name "BDSBIN" seems so venerable that it may be allowed to contain only one directory only? “BDSBIN”这个名字似乎如此古老,以至于它可能只允许包含一个目录? Or is it possible to add semicolon-separated directory list here as well?或者是否也可以在此处添加以分号分隔的目录列表?

Context: I am trying to use https://github.com/theilgaz/FGX in my Delphi 10.4 Sydney and it puts all the dcu files beside the pas files.背景:我正在尝试在我的 Delphi 10.4 Sydney 中使用https://github.com/theilgaz/FGX并将所有 dcu 文件放在 pas 文件旁边。 So - my intention was to copy dcu files in the separate library directory and add this directory to the Library Path and I am not sure wheter the BDSBIN is the library path for Delphi 10.4 Sydney or should I look in other Delphi 10.4 Sydney environment variable for the list of library paths?所以 - 我的意图是将 dcu 文件复制到单独的库目录中并将此目录添加到库路径中,我不确定 BDSBIN 是 Delphi 10.4 Sydney 的库路径还是我应该查看其他 Delphi 10.4 Sydney 环境变量库路径列表?

Ever since Embarcadero released its first RAD Studio in 2010 both Delphi and former C++ builder share the same IDE.自 Embarcadero 于 2010 年发布其第一个 RAD Studio 以来,Delphi 和前 C++ 构建器共享相同的 IDE。

So in order for IDE to now support two programming languages at the same time certain options that are language specific had to be grouped together.因此,为了让 IDE 现在同时支持两种编程语言,某些特定于语言的选项必须组合在一起。

This is why you can now fin the mentioned Library settings inTools>Options>Language>Delphi Options>Library instead.这就是为什么您现在可以在Tools>Options>Language>Delphi Options>Library中找到上述库设置的原因。

And if you would have C++ builder licence as well then the library path settings would be found in Tools>Options>Language>C++ Options>Paths and Directories如果您还拥有 C++ 构建器许可证,那么库路径设置将在工具>选项>语言>C++ 选项>路径和目录中找到

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

相关问题 Delphi 10.3.3 上的 Library-Win32 在哪里? - Where is Library-Win32 on Delphi 10.3.3? Delpi 包:我是否应该在“工具 - 选项 - 语言 - Delphi - 库 - 库路径”中包含源目录并每次重新编译 *.dcu? - Delpi packages: should I include source directory in "Tools - Options - Language - Delphi - Library - Library path" and recompile *.dcu each time? 使用新的 Delphi 10.4 社区工具>选项>语言>Delphi 选项>库输入库路径添加按钮不起作用 - Using new Delphi 10.4 community Tools>Options>Language>Delphi Options>Library enter library paths Add button does not work 在 Delphi 中制作一个选项表 - Make an options form in Delphi Delphi:DBGrid选项没有保存? - Delphi: DBGrid Options are not saved? Delphi Indy http 选项 - Delphi Indy http OPTIONS 用于调试的Delphi编译器选项 - Delphi compiler options for Debugging 如何为 Delphi 10.4 悉尼 Android 应用程序提供开发者和签名信息? 没有相关的项目选项。 必须使用选项集吗? - How to provide developer and signing information for Delphi 10.4 Sydney Android app? There are no relevant project options. Option Set must be used? 如何在 Delphi 10.X 或 Delphi 11.X 中安装额外的 Android SDK? - How to install additional Android SDK into Delphi 10.X or Delphi 11.X? delphi组件顺序和图层选项 - delphi component order and layer options
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM