简体   繁体   English

无法使用平台不同的Windows平台64位解析单元名称delphi xe4

[英]Cannot resolve unit name delphi xe4 with platform not same windows platform 64 bit

I have a problem using Delphi XE4. 我在使用Delphi XE4时遇到问题。 After creating a FireMonkey mobile project, there are estimated errors: "cannot resolve unit name" , for all units I am using. 创建FireMonkey移动项目后,对于我正在使用的所有单位,估计有错误: "cannot resolve unit name" I am on Windows 7 64-bit running the the latest version update of Delphi XE4. 我在Windows 7 64位上运行Delphi XE4的最新版本更新。

When I create an application form VCL - Delphi platform with Windows 32 and I have the same problem after the addition of the Windows 64 platform and activated, no errors were found. 当我创建带有Windows 32的VCL-Delphi平台应用程序窗体时,在添加Windows 64平台并激活后遇到相同的问题,未发现任何错误。

Go into the Project Options and make sure the correct Unit Scope Names are listed for the units you want to use (System, Vcl, Fmx, Winapi, etc). 进入“项目选项”,并确保列出了要使用的单位(系统,Vcl,Fmx,Winapi等)的正确单位范围名称 If they are, then make sure the search paths are configured correctly. 如果是这样,请确保正确配置了搜索路径。

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

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM