Problems with ProcMem
So I recently started coding with ProcMem and I came across 2 errors. One error i could fix by switching the character set, the other one i cant find a fix for. Its this one: int strcmp(const char * const char *)`: cannot convert argument 1 from 'WCHAR[260]'to çonst char*'. I know the strcmp function compares 2 strings but the arguments are chars right? How can i fix this?
Thx in advance, DracoBlackBelt.
Change your project settings to multi byte.