i need help to convert this:
after i read the value of the setting file i can't convert it to DWORD, need help with this
thx in advance
//BoneKeeper
Code:
char Pointer[255];
GetPrivateProfileString("GENERAL","PointerName",NULL, Pointer, 254,"./Settings.ini");
thx in advance
//BoneKeeper
Comment