nel-all
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Nel] Sound and OpenAL


From: Dee
Subject: [Nel] Sound and OpenAL
Date: Thu, 8 Nov 2001 23:06:50 +1100

Hi
 
I have got the server and client running with no problem.  But when I play snowball, there is no sound...
 
I compiled the client on VC6, and I got the following error when compile the open_al:
 
===============================================================================
Compiling...
buffer_al.cpp
C:\snowball\code\nel\src\sound\driver\openal\sound_driver_al.h(60) : error C2146: syntax error : missing ';' before identifier 'EAXSetProp'
C:\snowball\code\nel\src\sound\driver\openal\sound_driver_al.h(60) : fatal error C1004: unexpected end of file found
listener_al.cpp
C:\snowball\code\nel\src\sound\driver\openal\sound_driver_al.h(60) : error C2146: syntax error : missing ';' before identifier 'EAXSetProp'
C:\snowball\code\nel\src\sound\driver\openal\sound_driver_al.h(60) : fatal error C1004: unexpected end of file found
sound_driver_al.cpp
C:\snowball\code\nel\src\sound\driver\openal\sound_driver_al.h(60) : error C2146: syntax error : missing ';' before identifier 'EAXSetProp'
C:\snowball\code\nel\src\sound\driver\openal\sound_driver_al.h(60) : fatal error C1004: unexpected end of file found
source_al.cpp
C:\snowball\code\nel\src\sound\driver\openal\sound_driver_al.h(60) : error C2146: syntax error : missing ';' before identifier 'EAXSetProp'
C:\snowball\code\nel\src\sound\driver\openal\sound_driver_al.h(60) : fatal error C1004: unexpected end of file found
Error executing cl.exe.
nel_drv_openal_win.dll - 8 error(s), 0 warning(s)
===============================================================================
I ignore this error and just go ahead with my client.  Is that why my client does not have any sound?
Thanks.
 
Wilson

reply via email to

[Prev in Thread] Current Thread [Next in Thread]