You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When building in Visual Studio 2017 (Windows) , i get Error Code : C2059 -- Syntax Error : "Constant" .
in line : 109 , in file : audiodevicexa2.cpp const UINT XAUDIO2_DEBUG_ENGINE = 0x0001;
The text was updated successfully, but these errors were encountered:
I got the same error. It looks like XAUDIO2_DEBUG_ENGINE is already defined somewhere else. Renaming the const to something like XAUDIO2_DEBUG_ENGINE_X solved the issue.
When building in Visual Studio 2017 (Windows) , i get Error Code : C2059 -- Syntax Error : "Constant" .
in line : 109 , in file : audiodevicexa2.cpp
const UINT XAUDIO2_DEBUG_ENGINE = 0x0001;
The text was updated successfully, but these errors were encountered: