C++ Random error
Hi,
I am working on a hack and using procmem. Now, my hack has always been working fine.
Now, I get an error on;
dwCaveAddress = (DWORD)VirtualAllocEx(hProcess, NULL, i_ISize + 5, Mem_COMMIT | Mem_RESERVE, PAGE_EXECUTE_READWRITE);
Now, I have NO idea how to fix it :l It says undeclaired identifier.
My project is Multi-Byte though.
Thanks, I'm stupid :-l
//Solved