EDN Admin
Well-known member
I am trying to compile a DirectX Audio example from DirectX 9 SDK sample from Microsoft. The file is playsound.cpp.
I am using VC++ 6.0. I have Platform SDK installed.
I get this error "error C2065: __noop : undeclared identifier" for dxutmisc.h.
Any idea why?
I had other errors such as
-DXUT requires a Unicode build
-error about DWORD_PTR
which I solved via suggestions from various forums.
Thank you,
Vish_N
View the full article
I am using VC++ 6.0. I have Platform SDK installed.
I get this error "error C2065: __noop : undeclared identifier" for dxutmisc.h.
Any idea why?
I had other errors such as
-DXUT requires a Unicode build
-error about DWORD_PTR
which I solved via suggestions from various forums.
Thank you,
Vish_N
View the full article