Got 2 errors while compiling .exe
How to fix this?
Code:
Error 4 error C2664: 'BOOL ReadProcessMemory(HANDLE,LPCVOID,LPVOID,SIZE_T,SIZE_T *)' : cannot convert argument 5 from 'unsigned long *' to 'SIZE_T *' D:\Download\Unbreakable_Source_mpgh.net\BHOPSKILZ\BHOPSKILZ\MManager.cpp 115 1 BHOPSKILZ
Code:
5 IntelliSense: argument of type "unsigned long *" is incompatible with parameter of type "SIZE_T *" d:\Download\Unbreakable_Source_mpgh.net\BHOPSKILZ\BHOPSKILZ\MManager.cpp 115 62 BHOPSKILZ

