Search results

  1. S

    Need Dev Help With Fread()

    Thanks for all the help, and the quick response times.
  2. S

    Need Dev Help With Fread()

    I made a mistake. Sorry. I was using fopen(file, "r"); I should have been using fopen(file, "rb"); // Read binary data. My program works correctly now. Thanks for the input.
  3. S

    Need Dev Help With Fread()

    I have written a 3D Engine (not complete yet). It's called GMath3D. I am using the fread() function to load data from a polygon data file. This function seems to work flawlessly when used in my 3D editor in Windows, but when I try and load the polygon data into my gp2x program, my system...
Back
Top