Delphi Compiler Error
E2422 Imported identifier ‘%s’ conflicts with ‘%s’ in namespace ‘%s’
Reason for the Error & Solution
This occurs when an import from a DLL conflicts with an entity in the current namespace (Delphi for .NET).
E2422 Imported identifier ‘%s’ conflicts with ‘%s’ in namespace ‘%s’
This occurs when an import from a DLL conflicts with an entity in the current namespace (Delphi for .NET).