Just building a Universal Binary today and this tutorial:
http://www.blitzbasic.com/Community/posts.php?topic=65180
says I need to use littleendian:: before Readfile and stream commands. Well I'm reading in strings from text files so it shouldn't matter right? It only matters if I was reading in Integers from a data file made on a different machine yes? I am reading in some integers (high scores etc) but that file is generated on each machine when the game is first run so I assume it's safe (it seems to work fine).
http://www.blitzbasic.com/Community/posts.php?topic=65180
says I need to use littleendian:: before Readfile and stream commands. Well I'm reading in strings from text files so it shouldn't matter right? It only matters if I was reading in Integers from a data file made on a different machine yes? I am reading in some integers (high scores etc) but that file is generated on each machine when the game is first run so I assume it's safe (it seems to work fine).