E2303 Type name expected (C++)

From RAD Studio
Jump to: navigation, search

Go Up to Compiler Errors And Warnings (C++) Index

One of these errors has occurred:

  • In declaring a file-level variable or a struct field, neither a type name nor a storage class was given.
  • In declaring a typedef, no type for the name was supplied.
  • In declaring a destructor for a C++ class, the destructor name was not a type name (it must be the same name as its class).
  • In supplying a C++ base class name, the name was not the name of a class.