chkaufmann 17 Posted May 18, 2021 I have an old project where I use TClientDataSet (unit DBClient.pas). When I recompile this one with Delphi 10.4.2 I get the following hint: Hint: H2161 Warning: Duplicate resource: Type 16 (VERSIONINFO), ID 1; File Pyramid.res resource kept; file C:\Program Files (x86)\Embarcadero\Studio\21.0\lib\Win32\release\DE\midas.res resource discarded. Is this a (new) problem in my code or is this an error in the Delphi library code? Regards Christian Share this post Link to post
Uwe Raabe 2057 Posted May 18, 2021 Know bug: Duplicate VERSIONINFO resource using midaslib It only happens when you compile with Debug DCUs on. You can safely ignore that warning. Share this post Link to post