I'm trying to get a path from a String, which will be read using an Allegro function that accepts only a char. I get this error message :
cannot convert ‘const CEGUI::String’ to ‘const char*’ for argument ‘1’ to ‘BITMAP* load_bitmap(const char*, RGB*)
I admit I have some weakness in all that conversion stuff. What should I do to get the string to convert itself into a char? There is no String.tochar function as far as I know. Might be handy

