SoT-Hook
SoT-Hook copied to clipboard
build errors that can't be fixed
I can't seem to fix this error. I have all the libraries and have compiled HookLib in Release x64 mode. I don't know what is causing this issue and have tried to build it on my laptop and have gotten the same error. If you could please help me out with an explanation that would be great.
solution:
By replacing the SoT-Hook HookLib.h with HookLib HookLib.h
Editing the HookLib.h
hooklib_export void* hook(void* fn, const void* handler, void* original);
Editing cheat.cpp by changing all SetHook to hook and all RemoveHook to unhook
1>cheat.obj : error LNK2001: unresolved unhook external symbol 1>cheat.obj : error LNK2001: unresolved hook external symbol