Tagged Questions
-1
votes
0answers
18 views
XACT3 problem including the header
I am trying to include the xact3.h header file in a game project but i keep getting some errors related to mmreg.h
#include <xact3.h>
#include <Windows.h>
1>c:\program files\windows ...
1
vote
0answers
52 views
Access violation when playing mp3 using DirectShow
I have reopened one older project that uses DirectShow for audio playback. Before, I would compile and run it on Windows 7 using MVStudio 2010 without trouble, now I have Windows 8 and MVStudio 2012 ...