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!
|