EasyPusher
EasyPusher copied to clipboard
easypusher_win build error in vs2015
use VisualStudioConverter.exe convert vs 2010 project to vs 2015 project.
open /win/EasyPusher.sln and build it success,
but open /EasyPusher_Win/EasyPusher.sln build it error. this is error image

I had this problem too. After searching it seems like a conflict between D3D and directshow.
It's pretty weired that easypush copied Microsoft headers into itself, I think a careful fix should be done.
Or, for a very dirty fix, add
#define __D3DRM_H__ to every cpp files which report above errors, right BELOW #include "stdafx.h".
It works well at least for me.