RAD Studio
ContentsIndex
PreviousUpNext
E2356: Type mismatch in redeclaration of 'identifier'

Your source file redeclared a variable with a different type than was originally declared for the variable. 

Possible Causes 

This can occur if a function is called and subsequently declared to return something other than an integer. 

Solutions 

If this has happened, you must declare the function before the first call to it.

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