Jump to content

Chau Chee Yang

Members
  • Content Count

    11
  • Joined

  • Last visited

Community Reputation

0 Neutral
  1. Chau Chee Yang

    RAD Studio 13 project build speed is slower

    This practice is inconvenient for source code management and automated build
  2. Chau Chee Yang

    RAD Studio 13 project build speed is slower

    I have 17 rc files in the package. This is package store all resources
  3. Chau Chee Yang

    RAD Studio 13 project build speed is slower

    Yes, confirmed. Using resinator to build takes 30s Using rc.exe to build takes 2s.
  4. Chau Chee Yang

    RAD Studio 13 project build speed is slower

    One of a project contain many .rc files. I realize the slower is due to the new resource compiler (resinator.exe) causing the issue.
  5. 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
  6. Chau Chee Yang

    Delphi 13 IDE User Interface Font size issue

    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
  7. 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.
  8. Chau Chee Yang

    RAD Studio 12.3: E2213 Bad packaged unit format

    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.
  9. 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.
  10. The file MARSClient.CoreResource.rc exists in Packages\101Berlin but missing in Packages\103Rio
  11. 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.
×