Title: Message
check  in hud.h do you have
 
 float      m_flMouseSensitivity;
 float GetSensitivity();   ?????
hud.cpp should have
 
float CHud::GetSensitivity( void )
{
 return m_flMouseSensitivity;
}
 
-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] On Behalf Of Nathan Taylor
Sent: Wednesday, November 14, 2001 5:23 AM
To: HLCoders
Subject: [hlcoders] MP3 Use

Okay this is really frustrating me,
 
I followed this tutorial http://hlpp.valveworld.com/tuts/mp3.htm to the letter on using an mp3 player however whenever I compile I get a whole bunch of errors that are irrelevant stuff that I did not even consider touching.  Can someone try to figure this out:
 
--------------------Configuration: cl_dll - Win32 Debug--------------------
Compiling...
hud.cpp
c:\sierra\half-life\sdk\source code\cl_dll\hud.cpp(684) : error C2039: 'GetSensitivity' : is not a member of 'CHud'
        c:\sierra\half-life\sdk\source code\cl_dll\hud.h(543) : see declaration of 'CHud'
c:\sierra\half-life\sdk\source code\cl_dll\hud.cpp(686) : error C2065: 'm_flMouseSensitivity' : undeclared identifier
in_camera.cpp
c:\sierra\half-life\sdk\source code\cl_dll\in_camera.cpp(262) : error C2039: 'GetSensitivity' : is not a member of 'CHud'
        c:\sierra\half-life\sdk\source code\cl_dll\hud.h(543) : see declaration of 'CHud'
c:\sierra\half-life\sdk\source code\cl_dll\in_camera.cpp(328) : error C2039: 'GetSensitivity' : is not a member of 'CHud'
        c:\sierra\half-life\sdk\source code\cl_dll\hud.h(543) : see declaration of 'CHud'
c:\sierra\half-life\sdk\source code\cl_dll\in_camera.cpp(329) : error C2039: 'GetSensitivity' : is not a member of 'CHud'
        c:\sierra\half-life\sdk\source code\cl_dll\hud.h(543) : see declaration of 'CHud'
c:\sierra\half-life\sdk\source code\cl_dll\in_camera.cpp(545) : error C2039: 'GetSensitivity' : is not a member of 'CHud'
        c:\sierra\half-life\sdk\source code\cl_dll\hud.h(543) : see declaration of 'CHud'
c:\sierra\half-life\sdk\source code\cl_dll\in_camera.cpp(591) : error C2039: 'GetSensitivity' : is not a member of 'CHud'
        c:\sierra\half-life\sdk\source code\cl_dll\hud.h(543) : see declaration of 'CHud'
c:\sierra\half-life\sdk\source code\cl_dll\in_camera.cpp(592) : error C2039: 'GetSensitivity' : is not a member of 'CHud'
        c:\sierra\half-life\sdk\source code\cl_dll\hud.h(543) : see declaration of 'CHud'
inputw32.cpp
c:\sierra\half-life\sdk\source code\cl_dll\inputw32.cpp(338) : error C2039: 'GetSensitivity' : is not a member of 'CHud'
        c:\sierra\half-life\sdk\source code\cl_dll\hud.h(543) : see declaration of 'CHud'
c:\sierra\half-life\sdk\source code\cl_dll\inputw32.cpp(340) : error C2039: 'GetSensitivity' : is not a member of 'CHud'
        c:\sierra\half-life\sdk\source code\cl_dll\hud.h(543) : see declaration of 'CHud'
c:\sierra\half-life\sdk\source code\cl_dll\inputw32.cpp(341) : error C2039: 'GetSensitivity' : is not a member of 'CHud'
        c:\sierra\half-life\sdk\source code\cl_dll\hud.h(543) : see declaration of 'CHud'
<-clipped out other files->
Error executing cl.exe.
client.dll - 11 error(s), 0 warning(s)
 
Thanks
Lakario
ModDev.net
www.moddev.net
 


Get more from the Web. FREE MSN Explorer download : http://explorer.msn.com

Reply via email to