Compiler Error C2374 (Windows CE 5.0)

Send Feedback

'identifier' : redefinition; multiple initialization

The identifier is initialized more than once.

The following example shows possible solutions for this error.

int i = 0;
int i = 1;  // error

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.