Search code examples
vcldelphi-10.3-rio

Compiling KBMMW design package in Delphi 10.3: vcl conflict error (E2199)


I have Delphi 10.3 community edition and kbmMW Enterprise installed. I'm trying to compile the kbmmw design package (kbmwdes103Ent) with Delphi 10.3 Community edition, but I get the following error: [dcc64 Error] kbmMWDesD103Ent.dpk(36): E2199 Packages 'kbmMWRunD103Ent' and 'vcl' both contain unit 'Vcl.Grids'. Any idea how fix this conflict issue?


Solution

  • Make sure vcl is in the requirements section of both the kbmMWDesD103Ent and kbmMWRunD103Ent package projects.