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

Error C1047 when building #11

Closed
Literally-CJ opened this issue Jun 16, 2021 · 2 comments
Closed

Error C1047 when building #11

Literally-CJ opened this issue Jun 16, 2021 · 2 comments

Comments

@Literally-CJ
Copy link

When building, I get error C1047 as seen below:
image

Unlike in #2 , when cloning from GitHub Desktop, I still get the error and cannot build.

@mnemonic-re
Copy link

mnemonic-re commented Jun 17, 2021

Go to: https://github.com/TsudaKageyu/minhook and clone the repository. Go in this folder if you are using Visual Studio 2019: \minhook-master\build\VC16

Open the solution, set it to Release x64 and build. You will find libMinHook.x64.lib in: \minhook-master\build\VC16\lib\Release.

Copy libMinHook.x64.lib to Universal-Dear-ImGui-Hook-master\minhook\lib and overwrite the existing lib file. Now clean and recompile the solution. It will compile the dll.

@Literally-CJ
Copy link
Author

Go to: https://github.com/TsudaKageyu/minhook and clone the repository. Go in this folder if you are using Visual Studio 2019: \minhook-master\build\VC16

Open the solution, set it to Release x64 and build. You will find libMinHook.x64.lib in: \minhook-master\build\VC16\lib\Release.

Copy libMinHook.x64.lib to Universal-Dear-ImGui-Hook-master\minhook\lib and overwrite the existing lib file. Now clean and recompile the solution. It will compile the dll.

Thank you! This has solved my problem! 👍

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