

Chau Chee Yang
Members-
Content Count
11 -
Joined
-
Last visited
Everything posted by Chau Chee Yang
-
I have a project group of over 470 projects. I wrote a script to build these projects in parallel. In RAD Studio 12, the build speed is 50-55s. In RAD Studio 13, the build speed is 90-95s
-
RAD Studio 13 project build speed is slower
Chau Chee Yang replied to Chau Chee Yang's topic in Delphi IDE and APIs
This practice is inconvenient for source code management and automated build -
RAD Studio 13 project build speed is slower
Chau Chee Yang replied to Chau Chee Yang's topic in Delphi IDE and APIs
I have 17 rc files in the package. This is package store all resources -
RAD Studio 13 project build speed is slower
Chau Chee Yang replied to Chau Chee Yang's topic in Delphi IDE and APIs
Yes, confirmed. Using resinator to build takes 30s Using rc.exe to build takes 2s. -
RAD Studio 13 project build speed is slower
Chau Chee Yang replied to Chau Chee Yang's topic in Delphi IDE and APIs
One of a project contain many .rc files. I realize the slower is due to the new resource compiler (resinator.exe) causing the issue. -
Delphi 13 IDE User Interface Font size issue
Chau Chee Yang replied to PeterPanettone's topic in Delphi IDE and APIs
Are you running in a multi-monitor environment with varying Windows DPI (Dots Per Inch) settings, such as 100%, 150%, or 300%? I believe the Delphi IDE encounters issues in such setups. Try these steps if if helps: Restrict to one monitor only In multiple monitor setup, make sure your main display is 100% DPI. 2nd or 3rd display can use other DPI -
RAD Studio 13 installer requires the Microsoft Windows SDK?
Chau Chee Yang posted a topic in General Help
When start RAD Studio 13 installer, it prompt this message: Just wondering if Windows SDK is compulsory for Delphi only installation? Install a full Windows SDK from 1Gb++ ISO is very slow and take few hours to complete. -
RAD Studio 12.3: E2213 Bad packaged unit format
Chau Chee Yang posted a topic in Delphi IDE and APIs
I encounter an issue with RAD Studio 12.3. Here are my steps: Create a sample VCL application Setup project to build with runtime package: vcl Build project with debug build and it works Switch build to release and build again, and it prompt [dcc32 Fatal Error] Sample.dpr(5): E2213 Bad packaged unit format: t:\23.0\lib\Win32\release\vcl.dcp.Vcl.Forms - Expected version: 36.0, Windows Unicode(x86) Found version: 156.0, Windows Unicode(x86) This happen to both 32 and 64 bits of Delphi IDE. -
RAD Studio 12.3: E2213 Bad packaged unit format
Chau Chee Yang replied to Chau Chee Yang's topic in Delphi IDE and APIs
Yes. The platform is valid and correct. If I restart the IDE and switch to release immediately, it can build without issue. In same IDE session, a debug build followed by release build will show the error. Reverse the step by release build followed by debug build will show error too. This happens to .exe application type. For package (.bpl) it doesn't shows error. -
Missing DesignIntf in Packages\103Rio\MARSClient.CoreDesign.dpk
Chau Chee Yang posted a topic in MARS-Curiosity REST Library
Delphi compiler prompt error when I compile this package with RAD Studio 10.3: Packages\103Rio\MARSClient.CoreDesign.dpk Add designide package in requires clause of dpk file shall solve the problem. -
Missing MARSClient.CoreResource.rc in Packages\103Rio
Chau Chee Yang posted a topic in MARS-Curiosity REST Library
The file MARSClient.CoreResource.rc exists in Packages\101Berlin but missing in Packages\103Rio