Show: Delphi C++
Display Preferences

E2273 'main' cannot be declared as static or inline (C++)

From RAD Studio XE2
Jump to: navigation, search

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().

Personal tools
Previous Versions
In other languages