OK I really can't figure this one out. For some reason, I can't use dbPerformChecklistForDisplayModes anymore. Not in a new program, not in an existing. I tried everything. Deleting, reinstalling whatever is possible. Anyone had the same experiance? Solved it, please help...
Edit: Sorry, it was late and I tried to run my prog over remote desktop. Doesn't work obviously. I do seem to get some bad pointers, anyone know how to fix this.
Header
char resolution[12];
cpp
strcpy(resolution, "");
I seem to be really bad at c++, keep getting al these strange errors.
DarkGameSDK
trying to understand DX...