NMan1 / Modern-Warfare-Warzone-Cheat

A cheat for modern warfare (the warzone) game mode. Very outdated but maybe you can learn something
MIT License
101 stars 57 forks source link

Cannot build #1

Closed gregsuper closed 4 years ago

gregsuper commented 4 years ago

[Deleted]

NMan1 commented 4 years ago

This is basic programming, add extern to the functions with the error.

gregsuper commented 4 years ago

But to which functions should I assign extern? Please help me figure it out)

NMan1 commented 4 years ago

Did you even read the damn error? It tells you the exact issue and where... If you even bothered to put 1 minute into looking it up you’d have fixed it by now. I’m not the C++ Tech support.

ghost commented 4 years ago

wich libraries do we need to link because it looks like to be a linker problem

NMan1 commented 4 years ago

Make sure your building x64 Release

ghost commented 4 years ago

https://streamable.com/7suhs don't want to bother you but here it is

NMan1 commented 4 years ago

Add extern to the functions in the error

ghost commented 4 years ago

thanks, I was doing wrong by adding from the start "extern" in the global.cpp
image now I just need to update the offsets and i will make a pull request

ghost commented 4 years ago

i think now you can close the issue @ExileR