how come when i do this:

Code:
char *facename = "Arial";

      LOGFONT lf;
      lf.FaceName = facename;
it gives me an error..
thanks