Advertisement

i have a problem on lession 14!!! oh nehe tutorial

Started by September 01, 2001 03:30 AM
5 comments, last by Master_newbie 23 years, 5 months ago
i wrote almost exactly what i have read on the tutorial. When I compile the code, it generated 79 errors .. but i think this is the only errors that needed to be fix. " font = CreateFont(-12 ,0,0,0,FW_BOLD,FALSE.FALSE,FALSE,ANSI_CHARSET,OUT_TT_PRECIS, CLIP_DEFAULT_PRECIS,ANTIALIASED_QUALITY, FF_DONTCARE|DEFAULT_PITCH,"Comic Sans MS");// Font Name " because that where the compiler indicate the errors started its say "error C2059: syntax error : ''constant''" and i totally don''t know what it means!!!! can some come please help me with this little problem?
What compiler are you using?
Advertisement
What kind of variabele is font?
I want to help with the making of Everquest 2.Everquest: The best game ever(quest)
hahaa thanx u for helping me but i figured out lolz
is because of the
font = CreateFont(-12, <--- that the problem!!! i need a space in between the "(" and the negative sign!! omg !!!
and i got a visual c++ 5.0 compiler the code is working now thanx a lot i''m so happy hahaaaaaa
Strange...
I''ll second that...

Alex Broadwin
A-Tronic Software & Design
-----
"if you fail in life, you were destined to fail. If you suceed in life, call me."
"The answer is out there."
"Please help, I''m using Windows!"
Alex BroadwinA-Tronic Software & Design-----"if you fail in life, you were destined to fail. If you suceed in life, call me.""The answer is out there.""Please help, I'm using Windows!"
Advertisement
Are you sure the dot is correct in ,FALSE.FALSE,?!?!?!

This topic is closed to new replies.

Advertisement