Sounds like either your make files or your ide is using the 'C' compiler for files with a .c extension. Just change it so the 'C++' compiler is always used to compile 'C' and 'C++' files.
-----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Draco Sent: Saturday, April 23, 2005 8:24 AM To: [email protected] Subject: Re: [hlcoders] (HL1 QUESTION) pm_shared.c and CVAR's? the problem was the compiler would get to pm_shared.c, open enginecallback.h(i also tried including util.h) then it sees a class pm_shared : EEEEEEK A CLASS! compiler: where? pm_shared : *shits its pants* compiler : OMG OMG OMG OMG *UNIDENTIFIED IDENTIFIERS! BAD USER TYPES* ARGH! and so on. it just really didn't like it :( ill try it again later(too late now, bout time for bed) and post a actual compile log of the errors -- Draco _______________________________________________ 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

