I am trying to do a few things using DirectShow for audio playback. I have a header file, at the top is:
#pragma once #include #pragma comment(lib
Fixed this by changing the order of the #include definitions. I moved the header file that the above code was defined in to the top and it works ok now. Must have been a clash with some code in another file, possibly some directSound related stuff.