Jump to content

Chau Chee Yang

Members
  • Content Count

    4
  • Joined

  • Last visited

Community Reputation

0 Neutral
  1. 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.
  2. 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.
  3. The file MARSClient.CoreResource.rc exists in Packages\101Berlin but missing in Packages\103Rio
  4. 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.
×