Show: Delphi
C++
Display Preferences
E2273 'main' cannot be declared as static or inline (C++)
From RAD Studio XE2
Go Up to Compiler Errors And Warnings (C++) Index
You cannot make main static or inline. For example, you cannot use static int main() or inline int main().