Closed WafflesJohnny closed 4 years ago
Hello, @WafflesJohnny!
This CMake error is related to ImGui example. It doesn't affect how the hook works, so it can be deleted. Otherwise, I don't quite understand your issue.
Have a nice day!
Oh okay, I thought maybe that was related to compiling code. Well, I'm interested in writing a hook that retrieves vertex buffer information. Based on your example code, I can write something like that; but I don't know how to compile the code to actually put it to use? I guess its not really an issue, maybe just a lack of understanding on my part. Thank you.
Have you ever worked with hooks?
No I have not. Only read tutorials.
Then you need to learn a lot to understand how it works.
Okay, I will continue my research then. Thank you.
So from the read me provided with this repo, I understand you have to write your hook depending on what you want to do.
What I don't understand is; after writing it, how do you compile the code? I don't know what to do from there.
Also, I get this error upon start-up:
I did some study on CMake, and I understand that it is a utility for helping to build the project. In the CMakeLists.txt file, are you supposed to provide the address to the .cpp file containing your hooking functionality?
If anyone can lead me in the right direction, that would be great. Thank you.