Ok Im Back I Think these Are the Last Error's Of The Lot
This is My Code
#include <windows.h>
void WriteMem(DWORD MemOffset, DWORD DataPtr, DWORD dataLen) {
DWORD d, ds;
VirtualProtect(address, bytes, PAGE_EXECUTE_READWRITE, &d);
memset(address, type, bytes);
VirtualProtect(address,bytes,d,&ds);
}
And These Are My Error's
error C2065: 'address' : undeclared identifier
error C2065: 'bytes' : undeclared identifier
error C2065: 'type' : undeclared identifier
Error executing cl.exe.
I Have Had A Read About 'cl.exe' It Said How To Cure The Problem But I Didnt Understand It.