Heavens-Gate-2.0
Heavens-Gate-2.0 copied to clipboard
RunTime Errors
Which VS version are you using to compile?
Getting runtime errors with 2015 and 2017. Modified your ReadFile example, still errors out during load64 call
DWORD nRead;
ReadFile(f, buf, sz, &nRead, NULL);