SoT-Hook icon indicating copy to clipboard operation
SoT-Hook copied to clipboard

build errors that can't be fixed

Open ghost opened this issue 3 years ago • 2 comments

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.

image

ghost avatar Oct 25 '21 01:10 ghost

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

Nirraen avatar Apr 08 '22 10:04 Nirraen

1>cheat.obj : error LNK2001: unresolved unhook external symbol 1>cheat.obj : error LNK2001: unresolved hook external symbol

Buck3ts41 avatar Jul 25 '22 12:07 Buck3ts41