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
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
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: