Casting CEGUI variables
Posted: Mon Feb 12, 2007 20:31
I'm using editboxes to get user information.
I get the user information from the editbox and it is stored in a variable that is of the type CEGUI::String.
I want to write information to a standard text file.
It doesn't seem to let me type-cast CEGUI::String to a regular String.
Is this possible?
I get the user information from the editbox and it is stored in a variable that is of the type CEGUI::String.
I want to write information to a standard text file.
It doesn't seem to let me type-cast CEGUI::String to a regular String.
Is this possible?