Show: Delphi
C++
Display Preferences
E2177 Redeclaration of #pragma package with different arguments (C++)
From RAD Studio
Go Up to Compiler Errors And Warnings (C++) Index
You can have multiple #pragma package statements in a source file as long as they have the same arguments. This error occurs if the compiler encounters more than one #pragma package with different arguments in each.