RAD Studio
ContentsIndex
PreviousUpNext
E2303: Type name expected

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.

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!