chkaufmann 18 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 2169 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