Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

easypusher_win build error in vs2015 #11

Open
AndwareSsj opened this issue Jan 6, 2017 · 1 comment
Open

easypusher_win build error in vs2015 #11

AndwareSsj opened this issue Jan 6, 2017 · 1 comment

Comments

@AndwareSsj
Copy link

AndwareSsj commented Jan 6, 2017

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

@xzfn
Copy link

xzfn commented Apr 13, 2017

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants