-
Member
Problem with winnt.h
Hi,
I would have a server with Quest + Clan + Survival and i just followed a tutorial but when i try to modify the code in winnt.h for :
typedef void *PVOID;
typedef void * POINTER_64 PVOID64;
and when i'm trying to save it i have a message saying : Access Refused
I put off Reading Only but it still didn't work.
If anyone could help me.
I used this tutorial : http://forum.ragezone.com/f497/tutor...-1-5-a-941041/ to correct bugs in code
Last edited by Raizoku; 03-11-13 at 12:58 AM.
-
-
Re: Problem with winnt.h
Save your winnt.h to your desktop then replace it from the one in the original file location.
-
Member
Re: Problem with winnt.h
Thank you Chrisss it worked. Now i just have another question and i think it's ok. In the tutorial, we need to change the compiler into _Encrypt_KOR_Release_public but when i do it and click on Apply, it come back to Active(BRZ_Debug)
What should i do