Hello
i try to re-write my program to work in native 64bit.
Many errors with memory access, because many code such as functionAddres = (DWORD)GetProcAddress(curDllModule, pFunction);
In 64bit address may be greater then DWORD value.. Can I change all pointers to DWORD_PTR ? Or I must use ULONG?