Help Warning.
#1

warning 201: redefinition of constant/macro (symbol "rInfo")

How fix it?!
Reply
#2

Please give the line, where warning is

// It seems that youve duplicated "rInfo"
Reply
#3

You are doing exactly what it says: you are trying to redefine a constant...

Check your code (up top) for a line that starts: const rInfo(whatever)...
Then you try to assign something else to that CONSTANT later in the code...

Either don't make it a constant or don't try to change it later...
Reply
#4

Fixed.Thanks
Reply
#5

When you have corrected a problem it would only be polite to post WHAT YOU DID TO CORRECT IT for the benefit of others having a similar problem...

Just FYI...
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)