Install Raize components 6.1.10 in Delphi 10

Home Forums Konopka Signature VCL Controls (formerly Raize Components) Install Raize components 6.1.10 in Delphi 10

Viewing 1 reply thread
  • Author
    Posts
    • #3067
      Johnson Billyson
      Participant

        Hi,

        I’m trying to install Raize components 6.1.10 in Delphi 10 but I cannot get it to build.

        The RzComps.inc & RaizeComponents_LibSuffix.inc seem to be correct:

        RzComps.inc

         

        I’m getting this error:

        RaizeComponentsVcl_Reg.pas(25) Fatal: E2213 Bad packaged unit format: C:\Program Files (x86)\Embarcadero\Studio\17.0\lib\win32\release\rtl.dcp.System – Expected version: 32.0, Windows Unicode(x86) Found version: 30.0, Windows Unicode(x86)

        **ERROR**

         

        Thanks

      • #3076
        Ray Konopka
        Keymaster

          The Delphi compiler version for Delphi 10 is 30, which matches the “Found version: 30.0” in the error message. But the error message also says that version 32.0 was expected. This means that the Delphi 10.2 compiler was being used to compile the code.

          Please look in the !Build_RC6.cmd file and check to make sure that the VCLVersion, DCC32EXE, and DCC64EXE variables are set correctly.

          Ray

      Viewing 1 reply thread
      • You must be logged in to reply to this topic.