Compiler Error C2513 (Windows CE 5.0)

Send Feedback

'type' : no variable declared before '='

The type specifier appears in declaration with no variable identifier.

The following example shows ways this error might occur.

int = 9;  // error

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.