"OGRE" is not a string and you shouldn't cast it to a string.

The error message exactly shows you the problem. You cannot assign a char array to a var.


Always learn from history, to be sure you make the same mistakes again...