| View previous topic :: View next topic | |
| Author | Message |
|---|---|
| wndnfkdj42 Newbie cheater Reputation: 0 Joined: 18 Aug 2022 Posts: 14 |
I compile DBKKernel, but I get an error. Why is this happening?
Video: https 1drv.ms/v/c/b25e4a98604fc64f/ETO9pQgMEW5OqutGO5mFNRUB-7wB4WvYeUi6A-9R8ed4Cw?e=OEegzZ Can you recommend a community or guide that would be helpful when studying game hacking? error message: 'ExAllocatePool': ExAllocatePool is deprecated, use ExAllocatePool2. the following warning is treated as an error 'ExAllocatePool': ExAllocatePool is deprecated, use ExAllocatePool2. 'ExAllocatePool': ExAllocatePool is deprecated, use ExAllocatePool2. 'ExAllocatePool': ExAllocatePool is deprecated, use ExAllocatePool2. the following warning is treated as an error 'ExAllocatePool': ExAllocatePool is deprecated, use ExAllocatePool2. 'ExAllocatePool': ExAllocatePool is deprecated, use ExAllocatePool2. 'ExAllocatePool': ExAllocatePool is deprecated, use ExAllocatePool2. the following warning is treated as an error 'ExAllocatePool': ExAllocatePool is deprecated, use ExAllocatePool2. 'ExAllocatePool': ExAllocatePool is deprecated, use ExAllocatePool2. 'ExAllocatePool': ExAllocatePool is deprecated, use ExAllocatePool2. 'ExAllocatePool': ExAllocatePool is deprecated, use ExAllocatePool2. the following warning is treated as an error 'ExAllocatePool': ExAllocatePool is deprecated, use ExAllocatePool2. 'ExAllocatePool': ExAllocatePool is deprecated, use ExAllocatePool2. 'ExAllocatePool': ExAllocatePool is deprecated, use ExAllocatePool2. 'ExAllocatePool': ExAllocatePool is deprecated, use ExAllocatePool2. 'ExAllocatePool': ExAllocatePool is deprecated, use ExAllocatePool2. 'ExAllocatePool': ExAllocatePool is deprecated, use ExAllocatePool2. the following warning is treated as an error 'ExAllocatePool': ExAllocatePool is deprecated, use ExAllocatePool2. the following warning is treated as an error 'ExAllocatePool': ExAllocatePool is deprecated, use ExAllocatePool2. 'ExAllocatePool': ExAllocatePool is deprecated, use ExAllocatePool2. the following warning is treated as an error 'ExAllocatePool': ExAllocatePool is deprecated, use ExAllocatePool2. 'ExAllocatePool': ExAllocatePool is deprecated, use ExAllocatePool2. the following warning is treated as an error 'ExAllocatePool': ExAllocatePool is deprecated, use ExAllocatePool2. 'ExAllocatePool': ExAllocatePool is deprecated, use ExAllocatePool2. 'ExAllocatePool': ExAllocatePool is deprecated, use ExAllocatePool2. 'ExAllocatePool': ExAllocatePool is deprecated, use ExAllocatePool2. 'ExAllocatePool': ExAllocatePool is deprecated, use ExAllocatePool2. the following warning is treated as an error 'ExAllocatePool': ExAllocatePool is deprecated, use ExAllocatePool2. 'ExAllocatePool': ExAllocatePool is deprecated, use ExAllocatePool2. 'ExAllocatePool': ExAllocatePool is deprecated, use ExAllocatePool2. 'ExAllocatePool': ExAllocatePool is deprecated, use ExAllocatePool2. 'ExAllocatePool': ExAllocatePool is deprecated, use ExAllocatePool2. 'ExAllocatePool': ExAllocatePool is deprecated, use ExAllocatePool2. 'ExAllocatePool': ExAllocatePool is deprecated, use ExAllocatePool2. 'ExAllocatePool': ExAllocatePool is deprecated, use ExAllocatePool2. 'ExAllocatePool': ExAllocatePool is deprecated, use ExAllocatePool2. 'ExAllocatePool': ExAllocatePool is deprecated, use ExAllocatePool2. 'function': different 'volatile' qualifiers the following warning is treated as an error 'ExAllocatePool': ExAllocatePool is deprecated, use ExAllocatePool2. 'ExAllocatePool': ExAllocatePool is deprecated, use ExAllocatePool2. 'ExAllocatePool': ExAllocatePool is deprecated, use ExAllocatePool2. |
| Back to top | |
| Polynomial Grandmaster Cheater Reputation: 5 Joined: 17 Feb 2008 Posts: 524 Location: Inside the Intel CET shadow stack |
ExAllocatePool got deprecated in one of the recent WDKs. Migration to ExAllocatePool2 requires quite a few code changes, so for now you can probably just disable warnings-as-errors in the build to ignore the issue.
Not sure if volatile qualifier mismatches are a hard error now. You'll have to see if it goes away when disabling warnings-as-errors. _________________ |
| Back to top | |