this error occurs when you do something like this
#if 0
void foo(void)
{
alert(at_console, "foomsg");
} #endif
just change it this way:
#if 0
void foo(void)
{
alert(at_console, "foomsg");
}
#endif
should work
----- Original Message -----
From: "Big Ogre" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, May 14, 2002 10:29 PM
Subject: [hlcoders] Newb questions
Hi, newb HL programmer here. Also new to the VC++ IDE.
Soooo, cut to the chase:
A) This sorta kinda relates to HL programming, because i get it sometimes
while playing with the HL SDK (however, i was recently newbishly playing the
windows SDK, and was getting the same error). I've added/removed headers to
fit my needs and get:
fatal error C1010: unexpected end of file while looking for precompiled
header directive
this happens once, and then i can no longer compile the code, even after
immediately undoing the change i just made. I pretty much have to start over
_from_scratch_. wtf?
B) Since question A really isnt a HL Coders question, could someone point me
to a respectable VC++ coding list?
Thanks in advance, and if you wish to flame me please do it directly,
instead of via the list. :P
-afflicted
_______________________________________________
To unsubscribe, edit your list preferences, or view the list archives,
please visit:
http://list.valvesoftware.com/mailman/listinfo/hlcoders
_______________________________________________
To unsubscribe, edit your list preferences, or view the list archives, please visit:
http://list.valvesoftware.com/mailman/listinfo/hlcoders