02.01.2011, 19:41
For the first error, you defined the variable "string" two times.
For the second, you use the variable "housename" but you haven`t defined it yet.
The other two are warnings. Add a "#pragma unused taxes" to get rid of the second one.
For the second, you use the variable "housename" but you haven`t defined it yet.
The other two are warnings. Add a "#pragma unused taxes" to get rid of the second one.