You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, im getting this error error: undefined reference to 'SandInlineHook' everytime i declare SandInlineHook like this in my c++ main file. SandInlineHook((void*)WeaponSounds, (void*)old_WeaponSounds);. These are my variables
Hello, im getting this error
error: undefined reference to 'SandInlineHook'
everytime i declare SandInlineHook like this in my c++ main file.SandInlineHook((void*)WeaponSounds, (void*)old_WeaponSounds);
. These are my variablesAnd this is the function that i wanna hook
I have no idea what could be causing this error. I'm using the nativehook library.
The text was updated successfully, but these errors were encountered: