-
Notifications
You must be signed in to change notification settings - Fork 44
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
Unable to compile on VS 2019 #4
Comments
What did you try? What errors are you getting? |
I haven't really tried to do anything with it. I am just trying to get the code and your example to run. |
Are these errors or warnings? Try this: https://social.msdn.microsoft.com/Forums/en-US/3f9c5979-0a63-4724-9e31-8beab7a0462b/why-there-is-no-stdafxh-and-targetverh-in-visual-studio-c-2017?forum=visualstudiogeneral Try to fix that issue and the other ones may just go away. I can't really help you too much with this as I don't use Windows anymore. If you can't get it to work with Visual Studio 2019, maybe try an older version or use gcc with the gcc branch: https://github.com/T-vK/Memory-Hacking-Class/tree/gcc |
Thanks. I'll try that in a little while and report back. |
In vs2019, I added precompiled headers by using windows desktop wizard and replaced "stdafx.h" with "pch.h". |
I seem to be unable to compile this. It could be user error, but could you take a look at it?
The text was updated successfully, but these errors were encountered: