William23668 8 Posted February 6 Hi I get this error: [dcc32 Hint] H2161 Warning: Duplicate resource: Type 24 (user-defined), ID 1; File H:\myapp\myapp.res resource kept; file c:\program files (x86)\embarcadero\studio\23.0\lib\Win32\debug\WindowsXP.res resource discarded. I googled and searched if there is res duplication but could not found any, how I fix this error ? Share this post Link to post
Uwe Raabe 2057 Posted February 6 Search for XPMan or Vcl.XPMan in your uses clauses and remove any of those entries. In case you have a component of type TXPManifest remove that, too. 1 Share this post Link to post