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

Build errors #7

Open
ghost opened this issue Jan 20, 2019 · 0 comments
Open

Build errors #7

ghost opened this issue Jan 20, 2019 · 0 comments

Comments

@ghost
Copy link

ghost commented Jan 20, 2019

I'm getting some build errors from the BlackBone Project:

src\wow64ext.h(72): error C2989: '_CLIENT_ID': class template has already been declared as a non-class template
windows kits\10\include\10.0.17763.0\um\wintern1.h(80): note: see declaration of '_CLIENT_ID'
src\wow64ext.h(67): error C3857: '_CLIENT_ID': multiple template parameter lists are not allowed
src\wow64ext.h(79): error C2059: syntax error: '<'
src\wow64ext.h(89): note: see reference to class template instantiation 'TEB_T' being compiled
src\wow64ext.h(79): error C2238: unexpected token(s) preceding ';'

These cause BlackBone to fail which also results in MonoInjector to fail as well because of link error.
I don't know how much of these I can fix by myself, the syntax error should be simple at least. I'm curious though why I'm getting these and no one else.

Edit: I actually posted this in the wrong repo, it was meant for another mono injector, I'm trying out 3 different ones. But now that I got around to trying this one, I am getting the exact same error, just replace MonoInjector with MInject instead.

Edit 2: I replaced BlackBone with an updated version and it built successfully. But I get a new error from MInject then which causes it to fail building:

microsoft visual studio\2017\community\vc\tools\msvc\14.16.27023\include\mutex(8): fatal error C1189: #error: <mutex> is not supported when compiling with /clr or /clr:pure

I'm currently looking into this.

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

0 participants