what do you make of this:
juce_win32_DirectSound.cpp
c:\program files\development\microsoft visual studio\vc98\include\mmsystem.h(1623) : warning C4201: nonstandard extension used : nameless struct/union
c:\program files\development\microsoft visual studio\vc98\include\mmsystem.h(1627) : warning C4201: nonstandard extension used : nameless struct/union
c:\program files\development\microsoft visual studio\vc98\include\mmsystem.h(1648) : warning C4201: nonstandard extension used : nameless struct/union
c:\program files\development\microsoft visual studio\vc98\include\mmsystem.h(1652) : warning C4201: nonstandard extension used : nameless struct/union
c:\program files\microsoft directx 9.0 sdk (april 2005)\include\dsound.h(305) : error C2146: syntax error : missing ';' before identifier 'dwReserved1'
c:\program files\microsoft directx 9.0 sdk (april 2005)\include\dsound.h(305) : error C2501: 'DWORD_PTR' : missing storage-class or type specifiers
c:\program files\microsoft directx 9.0 sdk (april 2005)\include\dsound.h(305) : error C2501: 'dwReserved1' : missing storage-class or type specifiers
c:\program files\microsoft directx 9.0 sdk (april 2005)\include\dsound.h(306) : error C2146: syntax error : missing ';' before identifier 'dwReserved2'
c:\program files\microsoft directx 9.0 sdk (april 2005)\include\dsound.h(306) : error C2501: 'DWORD_PTR' : missing storage-class or type specifiers
c:\program files\microsoft directx 9.0 sdk (april 2005)\include\dsound.h(306) : error C2501: 'dwReserved2' : missing storage-class or type specifiers
also have this error:
juce_win32_Windowing.cpp
(various union warnings about mmsystem.h)
e:\development\juce\build\win32\platform_specific_code\juce_win32_windowing.cpp(440) : error C2065: 'WS_EX_LAYERED' : undeclared identifier
thoughts?