hi all, im using Sqrat and irrlicht, and im trying to use irrlicht's file IO for reading in a script then passing it to Sqrat's script loading functions, now the problem im getting is, (testing with scripts outside of and archive) if i load the script with Sqrats functions, i have no problem whats so ever, then loading with irrlichts functions (btw they only read in binary so im loading into a char array) i get the script with no problem, but i somehow end up with additional info at the end of the script that is not there. e.g.
my script would load but have the following at the end
£^^%$
or some other nonsense.
any help would be grateful.