Errors when running from Visual, but not from exe
Posted: Mon May 30, 2011 8:38 pm
My program doesn't work right when I run it from visual c++ it says some shit after it opens about assertion and then it fails, when I break it talks about fread and what not. I know that this error has something to do with loading my heightmap, because when I remove those few lines of code, it all works perfectly. BUT if I just build in visual, then run from the .exe in the folder, it runs as expected with no problems.