|
-
Oct 5th, 2001, 03:14 PM
#1
Thread Starter
Hyperactive Member
Logfont
how come when i do this:
Code:
char *facename = "Arial";
LOGFONT lf;
lf.FaceName = facename;
it gives me an error..
thanks
Amon Ra
The Power of Learning.
-
Oct 5th, 2001, 06:04 PM
#2
PowerPoster
What error are you getting?
-
Oct 5th, 2001, 06:34 PM
#3
Thread Starter
Hyperactive Member
stuff similar to this
cannot convert from 'char [6]' to 'char [32]'
Amon Ra
The Power of Learning.
-
Oct 5th, 2001, 08:54 PM
#4
PowerPoster
does it give you that error when you declare the char or when you try to set the FaceName to "facename"(Arial)?
-
Oct 10th, 2001, 02:19 PM
#5
All the buzzt
 CornedBee
"Writing specifications is like writing a novel. Writing code is like writing poetry."
- Anonymous, published by Raymond Chen
Don't PM me with your problems, I scan most of the forums daily. If you do PM me, I will not answer your question.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|