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

From RAD Studio
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().