View Single Post
  #12 (permalink)  
Old 10-19-2008, 07:31 PM
Norm's Avatar
Norm Norm is offline
Senior Member
 
Join Date: Jun 2008
Location: Heredia, Costa Rica
Posts: 2,225
Norm is on a distinguished road
You need to post the FULL text of the error messages so we can see what and where the errors are.
Quote:
is already defined
for example:
int aInt = 123;
...
int aInt = 45; // here aInt is already defined above
Reply With Quote