EasyPusher icon indicating copy to clipboard operation
EasyPusher copied to clipboard

easypusher_win build error in vs2015

Open AndwareSsj opened this issue 9 years ago • 1 comments

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

206de552-a3a8-4851-b49e-ff62042bdddc

AndwareSsj avatar Jan 06 '17 02:01 AndwareSsj

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.

xzfn avatar Apr 13 '17 14:04 xzfn