FritMayonaise How do I cheat?
Reputation: 0
Joined: 27 Jan 2025 Posts: 1
|
Posted: Mon Jan 27, 2025 10:59 am Post subject: Trying to compile CheatEngine driver |
|
|
Hello
I'm trying to compile the CheatEngine driver but I get error:
'ExAllocatePool': ExAllocatePool is deprecated, use ExAllocatePool2.
Additional info: I did install the following components for Visual Studio 2022:
* MSVC v143 - VS 2022 C++ x64/x86 biold tools (latest)
* MSVC v143 - VS 2022 C++ x64/x86 Spectre-mitigated libs (latest)
* C++ ATL for latest v143 build tools (x86 & x64)
* C++ ATL for latest v143 build loost with Spectre Mitigations (x86 & x64)
* C++ MFC for latest v143 build tools (x86 & x64)
* C++ MFC for latest v143 build tools with Spectre Mitigations (x64 & x64)
* SDK: 10.0.26100.2454
* WDK: 10.0.26100.2454
I set the compilation mode to "Release without sig" & x64
I did try to fix it by changing the warning level to 0 but is this a good idea?
|
|